Shades of Conifer #B9E154
Tints of Conifer #B9E154
RGB
CMYK
RGB Variations
Color information
#B9E154 (or 0xB9E154) is known color: Conifer. HEX triplet: B9, E1 and 54. RGB value is (185,225,84). Sum of RGB (Red+Green+Blue) = 185+225+84=494 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.45% from 494); Green value is 225 (88.28% from 255 or 45.55% from 494); Blue value is 84 (33.20% from 255 or 17.00% from 494); Max value from RGB is 225 - color contains mainly: green. Hex color #B9E154 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9E154 is #461EAB. Grayscale: #C5C5C5. Windows color (decimal): -4595372 or 5562809. OLE color: 5562809.
HSL color Cylindrical-coordinate representation of color #B9E154: hue angle of 77.02º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B9E154 is Cyan = 0.18, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 185 | 225 | 84 | - |
| CMYK | 0.18 | 0 | 0.63 | 0.12 |
| HSL | 77.02º | 0.7% | 0.61% | - |
| HSV(B) | 77.02º | 0.63% | 0.88% | - |
| XYZ | 48.53 | 64.8 | 18.34 | - |
| YUV | 196.97 | 64.25 | 119.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 225 | 84 | 0.18 | 0 | 0.63 | 0.12 | 77.02 | 0.7 | 0.61 |
| Hex | B9 | E1 | 54 | 12 | 0 | 3F | C | 4D | 46 | 3D |
| Octal | 271 | 341 | 124 | 22 | 0 | 77 | 14 | 115 | 106 | 75 |
| Binary | 10111001 | 11100001 | 1010100 | 10010 | 0 | 111111 | 1100 | 1001101 | 1000110 | 111101 |
Color Harmonies of #B9E154
Complementary color
Monochromatic Colors of #B9E154
Black with #B9E154
Text Example
Text Example
White with #B9E154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9E154; }
p { color: rgb(185,225,84); }
H1.HeaderClassName
{
color: #B9E154;
}
.AnyTagClassName
{
color: #B9E154;
}
</style>
background-color css
<style>
a { background-color: #B9E154; }
a { background-color: rgb(185,225,84); }
div.DivClassName
{
background-color: #B9E154;
}
.BgClassName
{
background-color: #B9E154;
}
</style>
border-color css
<style>
span { border-color: #B9E154; }
span { border-color: rgb(185,225,84); }
td.TdClassName
{
border-color: #B9E154;
}
.TagClassName
{
border-color: #B9E154;
}
</style>