Shades of Conifer #B9D84D
Tints of Conifer #B9D84D
RGB
CMYK
RGB Variations
Color information
#B9D84D (or 0xB9D84D) is known color: Conifer. HEX triplet: B9, D8 and 4D. RGB value is (185,216,77). Sum of RGB (Red+Green+Blue) = 185+216+77=478 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.70% from 478); Green value is 216 (84.77% from 255 or 45.19% from 478); Blue value is 77 (30.47% from 255 or 16.11% from 478); Max value from RGB is 216 - color contains mainly: green. Hex color #B9D84D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9D84D is #4627B2. Grayscale: #BFBFBF. Windows color (decimal): -4597683 or 5101753. OLE color: 5101753.
HSL color Cylindrical-coordinate representation of color #B9D84D: hue angle of 73.38º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B9D84D is Cyan = 0.14, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 185 | 216 | 77 | - |
| CMYK | 0.14 | 0 | 0.64 | 0.15 |
| HSL | 73.38º | 0.64% | 0.57% | - |
| HSV(B) | 73.38º | 0.64% | 0.85% | - |
| XYZ | 45.9 | 59.96 | 16.18 | - |
| YUV | 190.89 | 63.73 | 123.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 216 | 77 | 0.14 | 0 | 0.64 | 0.15 | 73.38 | 0.64 | 0.57 |
| Hex | B9 | D8 | 4D | E | 0 | 40 | F | 49 | 40 | 39 |
| Octal | 271 | 330 | 115 | 16 | 0 | 100 | 17 | 111 | 100 | 71 |
| Binary | 10111001 | 11011000 | 1001101 | 1110 | 0 | 1000000 | 1111 | 1001001 | 1000000 | 111001 |
Color Harmonies of #B9D84D
Complementary color
Monochromatic Colors of #B9D84D
Black with #B9D84D
Text Example
Text Example
White with #B9D84D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9D84D; }
p { color: rgb(185,216,77); }
H1.HeaderClassName
{
color: #B9D84D;
}
.AnyTagClassName
{
color: #B9D84D;
}
</style>
background-color css
<style>
a { background-color: #B9D84D; }
a { background-color: rgb(185,216,77); }
div.DivClassName
{
background-color: #B9D84D;
}
.BgClassName
{
background-color: #B9D84D;
}
</style>
border-color css
<style>
span { border-color: #B9D84D; }
span { border-color: rgb(185,216,77); }
td.TdClassName
{
border-color: #B9D84D;
}
.TagClassName
{
border-color: #B9D84D;
}
</style>