#B9D962

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

Shades of Conifer #B9D962

Tints of Conifer #B9D962

Color information

#B9D962 (or 0xB9D962) is unknown color: approx Conifer. HEX triplet: B9, D9 and 62. RGB value is (185,217,98). Sum of RGB (Red+Green+Blue) = 185+217+98=500 (66% of max value = 765). Red value is 185 (72.66% from 255 or 37% from 500); Green value is 217 (85.16% from 255 or 43.4% from 500); Blue value is 98 (38.67% from 255 or 19.6% from 500); Max value from RGB is 217 - color contains mainly: green. Hex color #B9D962 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9D962 is #46269D. Grayscale: #C2C2C2. Windows color (decimal): -4597406 or 6478265. OLE color: 6478265.

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

Color convert

RGB18521798-
CMYK0.1500.550.15
HSL76.13º61.03%61.76%-
HSV(B)76.13º54.84%85.1%-
XYZ47.0360.8220.82-
YUV193.8773.9121.68-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37%
GREEN value IS 217 (85.16% from 255) = 43.4%
BLUE value IS 98 (38.67% from 255) = 19.6%
R=37%
G=43.4%
B=19.6%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal185217980.1500.550.1576.1361.0361.76
HexB9D962F037F4c3d3e
Octal27133114217067171147576
Binary101110011101100111000101111011011111111001100111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9D962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9D962; }

 p { color: rgb(185,217,98); }

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

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

 a { background-color: rgb(185,217,98); }

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

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

 span { border-color: rgb(185,217,98); }

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