#B9DE47

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

Shades of Conifer #B9DE47

Tints of Conifer #B9DE47

Color information

#B9DE47 (or 0xB9DE47) is unknown color: approx Conifer. HEX triplet: B9, DE and 47. RGB value is (185,222,71). Sum of RGB (Red+Green+Blue) = 185+222+71=478 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.70% from 478); Green value is 222 (87.11% from 255 or 46.44% from 478); Blue value is 71 (28.12% from 255 or 14.85% from 478); Max value from RGB is 222 - color contains mainly: green. Hex color #B9DE47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9DE47 is #4621B8. Grayscale: #C2C2C2. Windows color (decimal): -4596153 or 4710073. OLE color: 4710073.

HSL color Cylindrical-coordinate representation of color #B9DE47: hue angle of 74.7º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B9DE47 is Cyan = 0.17, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.

Color convert

RGB18522271-
CMYK0.1700.680.13
HSL74.7º69.59%57.45%-
HSV(B)74.7º68.02%87.06%-
XYZ47.2763.0115.63-
YUV193.7258.74121.78-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.70%
GREEN value IS 222 (87.11% from 255) = 46.44%
BLUE value IS 71 (28.12% from 255) = 14.85%
R=38.70%
G=46.44%
B=14.85%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal185222710.1700.680.1374.769.5957.45
HexB9DE4711044D4b4639
Octal2713361072101041511310671
Binary101110011101111010001111000101000100110110010111000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9DE47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9DE47; }

 p { color: rgb(185,222,71); }

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

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

 a { background-color: rgb(185,222,71); }

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

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

 span { border-color: rgb(185,222,71); }

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