Shades of Conifer #B9E947
Tints of Conifer #B9E947
RGB
CMYK
RGB Variations
Color information
#B9E947 (or 0xB9E947) is known color: Conifer. HEX triplet: B9, E9 and 47. RGB value is (185,233,71). Sum of RGB (Red+Green+Blue) = 185+233+71=489 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.83% from 489); Green value is 233 (91.41% from 255 or 47.65% from 489); Blue value is 71 (28.12% from 255 or 14.52% from 489); Max value from RGB is 233 - color contains mainly: green. Hex color #B9E947 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B9E947 is #4616B8. Grayscale: #C8C8C8. Windows color (decimal): -4593337 or 4712889. OLE color: 4712889.
HSL color Cylindrical-coordinate representation of color #B9E947: hue angle of 77.78º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B9E947 is Cyan = 0.21, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 185 | 233 | 71 | - |
| CMYK | 0.21 | 0 | 0.70 | 0.09 |
| HSL | 77.78º | 0.79% | 0.6% | - |
| HSV(B) | 77.78º | 0.7% | 0.91% | - |
| XYZ | 50.28 | 69.05 | 16.64 | - |
| YUV | 200.18 | 55.1 | 117.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 233 | 71 | 0.21 | 0 | 0.70 | 0.09 | 77.78 | 0.79 | 0.6 |
| Hex | B9 | E9 | 47 | 15 | 0 | 46 | 9 | 4E | 4F | 3C |
| Octal | 271 | 351 | 107 | 25 | 0 | 106 | 11 | 116 | 117 | 74 |
| Binary | 10111001 | 11101001 | 1000111 | 10101 | 0 | 1000110 | 1001 | 1001110 | 1001111 | 111100 |
Color Harmonies of #B9E947
Complementary color
Monochromatic Colors of #B9E947
Black with #B9E947
Text Example
Text Example
White with #B9E947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9E947; }
p { color: rgb(185,233,71); }
H1.HeaderClassName
{
color: #B9E947;
}
.AnyTagClassName
{
color: #B9E947;
}
</style>
background-color css
<style>
a { background-color: #B9E947; }
a { background-color: rgb(185,233,71); }
div.DivClassName
{
background-color: #B9E947;
}
.BgClassName
{
background-color: #B9E947;
}
</style>
border-color css
<style>
span { border-color: #B9E947; }
span { border-color: rgb(185,233,71); }
td.TdClassName
{
border-color: #B9E947;
}
.TagClassName
{
border-color: #B9E947;
}
</style>