#B9D151

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

Shades of Conifer #B9D151

Tints of Conifer #B9D151

Color information

#B9D151 (or 0xB9D151) is unknown color: approx Conifer. HEX triplet: B9, D1 and 51. RGB value is (185,209,81). Sum of RGB (Red+Green+Blue) = 185+209+81=475 (62% of max value = 765). Red value is 185 (72.66% from 255 or 38.95% from 475); Green value is 209 (82.03% from 255 or 44% from 475); Blue value is 81 (32.03% from 255 or 17.05% from 475); Max value from RGB is 209 - color contains mainly: green. Hex color #B9D151 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9D151 is #462EAE. Grayscale: #BBBBBB. Windows color (decimal): -4599471 or 5362105. OLE color: 5362105.

HSL color Cylindrical-coordinate representation of color #B9D151: hue angle of 71.25º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B9D151 is Cyan = 0.11, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.18.

Color convert

RGB18520981-
CMYK0.1100.610.18
HSL71.25º58.18%56.86%-
HSV(B)71.25º61.24%81.96%-
XYZ44.2956.5116.36-
YUV187.2368.05126.41-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.95%
GREEN value IS 209 (82.03% from 255) = 44%
BLUE value IS 81 (32.03% from 255) = 17.05%
R=38.95%
G=44%
B=17.05%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal185209810.1100.610.1871.2558.1856.86
HexB9D151B03D12473a39
Octal27132112113075221077271
Binary1011100111010001101000110110111101100101000111111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9D151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9D151; }

 p { color: rgb(185,209,81); }

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

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

 a { background-color: rgb(185,209,81); }

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

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

 span { border-color: rgb(185,209,81); }

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