#B6D356

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

Shades of Conifer #B6D356

Tints of Conifer #B6D356

Color information

#B6D356 (or 0xB6D356) is unknown color: approx Conifer. HEX triplet: B6, D3 and 56. RGB value is (182,211,86). Sum of RGB (Red+Green+Blue) = 182+211+86=479 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.00% from 479); Green value is 211 (82.81% from 255 or 44.05% from 479); Blue value is 86 (33.98% from 255 or 17.95% from 479); Max value from RGB is 211 - color contains mainly: green. Hex color #B6D356 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6D356 is #492CA9. Grayscale: #BCBCBC. Windows color (decimal): -4795562 or 5690294. OLE color: 5690294.

HSL color Cylindrical-coordinate representation of color #B6D356: hue angle of 73.92º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B6D356 is Cyan = 0.14, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.17.

Color convert

RGB18221186-
CMYK0.1400.590.17
HSL73.92º58.69%58.24%-
HSV(B)73.92º59.24%82.75%-
XYZ44.2757.2117.51-
YUV188.0870.39123.66-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.00%
GREEN value IS 211 (82.81% from 255) = 44.05%
BLUE value IS 86 (33.98% from 255) = 17.95%
R=38.00%
G=44.05%
B=17.95%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal182211860.1400.590.1773.9258.6958.24
HexB6D356E03B114a3b3a
Octal26632312616073211127372
Binary1011011011010011101011011100111011100011001010111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6D356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6D356; }

 p { color: rgb(182,211,86); }

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

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

 a { background-color: rgb(182,211,86); }

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

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

 span { border-color: rgb(182,211,86); }

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