Shades of Conifer #B9D84B
Tints of Conifer #B9D84B
RGB
CMYK
RGB Variations
Color information
#B9D84B (or 0xB9D84B) is known color: Conifer. HEX triplet: B9, D8 and 4B. RGB value is (185,216,75). Sum of RGB (Red+Green+Blue) = 185+216+75=476 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.87% from 476); Green value is 216 (84.77% from 255 or 45.38% from 476); Blue value is 75 (29.69% from 255 or 15.76% from 476); Max value from RGB is 216 - color contains mainly: green. Hex color #B9D84B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9D84B is #4627B4. Grayscale: #BFBFBF. Windows color (decimal): -4597685 or 4970681. OLE color: 4970681.
HSL color Cylindrical-coordinate representation of color #B9D84B: hue angle of 73.19º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B9D84B is Cyan = 0.14, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 185 | 216 | 75 | - |
| CMYK | 0.14 | 0 | 0.65 | 0.15 |
| HSL | 73.19º | 0.64% | 0.57% | - |
| HSV(B) | 73.19º | 0.65% | 0.85% | - |
| XYZ | 45.83 | 59.93 | 15.81 | - |
| YUV | 190.66 | 62.73 | 123.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 216 | 75 | 0.14 | 0 | 0.65 | 0.15 | 73.19 | 0.64 | 0.57 |
| Hex | B9 | D8 | 4B | E | 0 | 41 | F | 49 | 40 | 39 |
| Octal | 271 | 330 | 113 | 16 | 0 | 101 | 17 | 111 | 100 | 71 |
| Binary | 10111001 | 11011000 | 1001011 | 1110 | 0 | 1000001 | 1111 | 1001001 | 1000000 | 111001 |
Color Harmonies of #B9D84B
Complementary color
Monochromatic Colors of #B9D84B
Black with #B9D84B
Text Example
Text Example
White with #B9D84B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9D84B; }
p { color: rgb(185,216,75); }
H1.HeaderClassName
{
color: #B9D84B;
}
.AnyTagClassName
{
color: #B9D84B;
}
</style>
background-color css
<style>
a { background-color: #B9D84B; }
a { background-color: rgb(185,216,75); }
div.DivClassName
{
background-color: #B9D84B;
}
.BgClassName
{
background-color: #B9D84B;
}
</style>
border-color css
<style>
span { border-color: #B9D84B; }
span { border-color: rgb(185,216,75); }
td.TdClassName
{
border-color: #B9D84B;
}
.TagClassName
{
border-color: #B9D84B;
}
</style>