#B6D758

Color #B6D758 Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #B6D758

Tints of Conifer #B6D758

Color information

#B6D758 (or 0xB6D758) is unknown color: approx Conifer. HEX triplet: B6, D7 and 58. RGB value is (182,215,88). Sum of RGB (Red+Green+Blue) = 182+215+88=485 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.53% from 485); Green value is 215 (84.38% from 255 or 44.33% from 485); Blue value is 88 (34.77% from 255 or 18.14% from 485); Max value from RGB is 215 - color contains mainly: green. Hex color #B6D758 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6D758 is #4928A7. Grayscale: #BFBFBF. Windows color (decimal): -4794536 or 5822390. OLE color: 5822390.

HSL color Cylindrical-coordinate representation of color #B6D758: hue angle of 75.59º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B6D758 is Cyan = 0.15, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.16.

Color convert

RGB18221588-
CMYK0.1500.590.16
HSL75.59º61.35%59.41%-
HSV(B)75.59º59.07%84.31%-
XYZ45.3559.2518.28-
YUV190.6670.07121.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 182 (71.48% from 255) = 37.53%
GREEN value IS 215 (84.38% from 255) = 44.33%
BLUE value IS 88 (34.77% from 255) = 18.14%
R=37.53%
G=44.33%
B=18.14%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal182215880.1500.590.1675.5961.3559.41
HexB6D758F03B104c3d3b
Octal26632713017073201147573
Binary1011011011010111101100011110111011100001001100111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6D758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6D758; }

 p { color: rgb(182,215,88); }

 H1.HeaderClassName
 {
   color: #B6D758;
 }
 .AnyTagClassName
 {
   color: #B6D758;
 }
</style>
background-color css

<style>
 a { background-color: #B6D758; }

 a { background-color: rgb(182,215,88); }

 div.DivClassName
 {
   background-color: #B6D758;
 }
 .BgClassName
 {
   background-color: #B6D758;
 }
</style>
border-color css

<style>
 span { border-color: #B6D758; }

 span { border-color: rgb(182,215,88); }

 td.TdClassName
 {
   border-color: #B6D758;
 }
 .TagClassName
 {
   border-color: #B6D758;
 }
</style>