#B9DE5F

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

Shades of Conifer #B9DE5F

Tints of Conifer #B9DE5F

Color information

#B9DE5F (or 0xB9DE5F) is unknown color: approx Conifer. HEX triplet: B9, DE and 5F. RGB value is (185,222,95). Sum of RGB (Red+Green+Blue) = 185+222+95=502 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.85% from 502); Green value is 222 (87.11% from 255 or 44.22% from 502); Blue value is 95 (37.5% from 255 or 18.92% from 502); Max value from RGB is 222 - color contains mainly: green. Hex color #B9DE5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9DE5F is #4621A0. Grayscale: #C4C4C4. Windows color (decimal): -4596129 or 6282937. OLE color: 6282937.

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

Color convert

RGB18522295-
CMYK0.1700.570.13
HSL77.48º65.8%62.16%-
HSV(B)77.48º57.21%87.06%-
XYZ48.1963.3820.52-
YUV196.4670.74119.83-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.85%
GREEN value IS 222 (87.11% from 255) = 44.22%
BLUE value IS 95 (37.5% from 255) = 18.92%
R=36.85%
G=44.22%
B=18.92%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal185222950.1700.570.1377.4865.862.16
HexB9DE5F11039D4d423e
Octal271336137210711511510276
Binary10111001110111101011111100010111001110110011011000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9DE5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9DE5F; }

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

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

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

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

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

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

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

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