Shades of Conifer #B9D854
Tints of Conifer #B9D854
RGB
CMYK
RGB Variations
Color information
#B9D854 (or 0xB9D854) is known color: Conifer. HEX triplet: B9, D8 and 54. RGB value is (185,216,84). Sum of RGB (Red+Green+Blue) = 185+216+84=485 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.14% from 485); Green value is 216 (84.77% from 255 or 44.54% from 485); Blue value is 84 (33.20% from 255 or 17.32% from 485); Max value from RGB is 216 - color contains mainly: green. Hex color #B9D854 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9D854 is #4627AB. Grayscale: #C0C0C0. Windows color (decimal): -4597676 or 5560505. OLE color: 5560505.
HSL color Cylindrical-coordinate representation of color #B9D854: hue angle of 74.09º 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 #B9D854 is Cyan = 0.14, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 185 | 216 | 84 | - |
| CMYK | 0.14 | 0 | 0.61 | 0.15 |
| HSL | 74.09º | 0.63% | 0.59% | - |
| HSV(B) | 74.09º | 0.61% | 0.85% | - |
| XYZ | 46.16 | 60.07 | 17.55 | - |
| YUV | 191.68 | 67.23 | 123.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 216 | 84 | 0.14 | 0 | 0.61 | 0.15 | 74.09 | 0.63 | 0.59 |
| Hex | B9 | D8 | 54 | E | 0 | 3D | F | 4A | 3F | 3B |
| Octal | 271 | 330 | 124 | 16 | 0 | 75 | 17 | 112 | 77 | 73 |
| Binary | 10111001 | 11011000 | 1010100 | 1110 | 0 | 111101 | 1111 | 1001010 | 111111 | 111011 |
Color Harmonies of #B9D854
Complementary color
Monochromatic Colors of #B9D854
Black with #B9D854
Text Example
Text Example
White with #B9D854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9D854; }
p { color: rgb(185,216,84); }
H1.HeaderClassName
{
color: #B9D854;
}
.AnyTagClassName
{
color: #B9D854;
}
</style>
background-color css
<style>
a { background-color: #B9D854; }
a { background-color: rgb(185,216,84); }
div.DivClassName
{
background-color: #B9D854;
}
.BgClassName
{
background-color: #B9D854;
}
</style>
border-color css
<style>
span { border-color: #B9D854; }
span { border-color: rgb(185,216,84); }
td.TdClassName
{
border-color: #B9D854;
}
.TagClassName
{
border-color: #B9D854;
}
</style>