Shades of Conifer #B9D855
Tints of Conifer #B9D855
RGB
CMYK
RGB Variations
Color information
#B9D855 (or 0xB9D855) is known color: Conifer. HEX triplet: B9, D8 and 55. RGB value is (185,216,85). Sum of RGB (Red+Green+Blue) = 185+216+85=486 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.07% from 486); Green value is 216 (84.77% from 255 or 44.44% from 486); Blue value is 85 (33.59% from 255 or 17.49% from 486); Max value from RGB is 216 - color contains mainly: green. Hex color #B9D855 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9D855 is #4627AA. Grayscale: #C0C0C0. Windows color (decimal): -4597675 or 5626041. OLE color: 5626041.
HSL color Cylindrical-coordinate representation of color #B9D855: hue angle of 74.2º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B9D855 is Cyan = 0.14, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 185 | 216 | 85 | - |
| CMYK | 0.14 | 0 | 0.61 | 0.15 |
| HSL | 74.2º | 0.63% | 0.59% | - |
| HSV(B) | 74.2º | 0.61% | 0.85% | - |
| XYZ | 46.2 | 60.08 | 17.76 | - |
| YUV | 191.8 | 67.73 | 123.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 216 | 85 | 0.14 | 0 | 0.61 | 0.15 | 74.2 | 0.63 | 0.59 |
| Hex | B9 | D8 | 55 | E | 0 | 3D | F | 4A | 3F | 3B |
| Octal | 271 | 330 | 125 | 16 | 0 | 75 | 17 | 112 | 77 | 73 |
| Binary | 10111001 | 11011000 | 1010101 | 1110 | 0 | 111101 | 1111 | 1001010 | 111111 | 111011 |
Color Harmonies of #B9D855
Complementary color
Monochromatic Colors of #B9D855
Black with #B9D855
Text Example
Text Example
White with #B9D855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9D855; }
p { color: rgb(185,216,85); }
H1.HeaderClassName
{
color: #B9D855;
}
.AnyTagClassName
{
color: #B9D855;
}
</style>
background-color css
<style>
a { background-color: #B9D855; }
a { background-color: rgb(185,216,85); }
div.DivClassName
{
background-color: #B9D855;
}
.BgClassName
{
background-color: #B9D855;
}
</style>
border-color css
<style>
span { border-color: #B9D855; }
span { border-color: rgb(185,216,85); }
td.TdClassName
{
border-color: #B9D855;
}
.TagClassName
{
border-color: #B9D855;
}
</style>