Shades of Conifer #B9E155
Tints of Conifer #B9E155
RGB
CMYK
RGB Variations
Color information
#B9E155 (or 0xB9E155) is known color: Conifer. HEX triplet: B9, E1 and 55. RGB value is (185,225,85). Sum of RGB (Red+Green+Blue) = 185+225+85=495 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.37% from 495); Green value is 225 (88.28% from 255 or 45.45% from 495); Blue value is 85 (33.59% from 255 or 17.17% from 495); Max value from RGB is 225 - color contains mainly: green. Hex color #B9E155 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9E155 is #461EAA. Grayscale: #C5C5C5. Windows color (decimal): -4595371 or 5628345. OLE color: 5628345.
HSL color Cylindrical-coordinate representation of color #B9E155: hue angle of 77.14º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B9E155 is Cyan = 0.18, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 185 | 225 | 85 | - |
| CMYK | 0.18 | 0 | 0.62 | 0.12 |
| HSL | 77.14º | 0.7% | 0.61% | - |
| HSV(B) | 77.14º | 0.62% | 0.88% | - |
| XYZ | 48.57 | 64.82 | 18.55 | - |
| YUV | 197.08 | 64.75 | 119.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 225 | 85 | 0.18 | 0 | 0.62 | 0.12 | 77.14 | 0.7 | 0.61 |
| Hex | B9 | E1 | 55 | 12 | 0 | 3E | C | 4D | 46 | 3D |
| Octal | 271 | 341 | 125 | 22 | 0 | 76 | 14 | 115 | 106 | 75 |
| Binary | 10111001 | 11100001 | 1010101 | 10010 | 0 | 111110 | 1100 | 1001101 | 1000110 | 111101 |
Color Harmonies of #B9E155
Complementary color
Monochromatic Colors of #B9E155
Black with #B9E155
Text Example
Text Example
White with #B9E155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9E155; }
p { color: rgb(185,225,85); }
H1.HeaderClassName
{
color: #B9E155;
}
.AnyTagClassName
{
color: #B9E155;
}
</style>
background-color css
<style>
a { background-color: #B9E155; }
a { background-color: rgb(185,225,85); }
div.DivClassName
{
background-color: #B9E155;
}
.BgClassName
{
background-color: #B9E155;
}
</style>
border-color css
<style>
span { border-color: #B9E155; }
span { border-color: rgb(185,225,85); }
td.TdClassName
{
border-color: #B9E155;
}
.TagClassName
{
border-color: #B9E155;
}
</style>