Shades of Conifer #B9D150
Tints of Conifer #B9D150
RGB
CMYK
RGB Variations
Color information
#B9D150 (or 0xB9D150) is known color: Conifer. HEX triplet: B9, D1 and 50. RGB value is (185,209,80). Sum of RGB (Red+Green+Blue) = 185+209+80=474 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.03% from 474); Green value is 209 (82.03% from 255 or 44.09% from 474); Blue value is 80 (31.64% from 255 or 16.88% from 474); Max value from RGB is 209 - color contains mainly: green. Hex color #B9D150 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9D150 is #462EAF. Grayscale: #BBBBBB. Windows color (decimal): -4599472 or 5296569. OLE color: 5296569.
HSL color Cylindrical-coordinate representation of color #B9D150: hue angle of 71.16º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B9D150 is Cyan = 0.11, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 185 | 209 | 80 | - |
| CMYK | 0.11 | 0 | 0.62 | 0.18 |
| HSL | 71.16º | 0.58% | 0.57% | - |
| HSV(B) | 71.16º | 0.62% | 0.82% | - |
| XYZ | 44.26 | 56.49 | 16.16 | - |
| YUV | 187.12 | 67.55 | 126.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 209 | 80 | 0.11 | 0 | 0.62 | 0.18 | 71.16 | 0.58 | 0.57 |
| Hex | B9 | D1 | 50 | B | 0 | 3E | 12 | 47 | 3A | 39 |
| Octal | 271 | 321 | 120 | 13 | 0 | 76 | 22 | 107 | 72 | 71 |
| Binary | 10111001 | 11010001 | 1010000 | 1011 | 0 | 111110 | 10010 | 1000111 | 111010 | 111001 |
Color Harmonies of #B9D150
Complementary color
Monochromatic Colors of #B9D150
Black with #B9D150
Text Example
Text Example
White with #B9D150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9D150; }
p { color: rgb(185,209,80); }
H1.HeaderClassName
{
color: #B9D150;
}
.AnyTagClassName
{
color: #B9D150;
}
</style>
background-color css
<style>
a { background-color: #B9D150; }
a { background-color: rgb(185,209,80); }
div.DivClassName
{
background-color: #B9D150;
}
.BgClassName
{
background-color: #B9D150;
}
</style>
border-color css
<style>
span { border-color: #B9D150; }
span { border-color: rgb(185,209,80); }
td.TdClassName
{
border-color: #B9D150;
}
.TagClassName
{
border-color: #B9D150;
}
</style>