Shades of Conifer #BBE155
Tints of Conifer #BBE155
RGB
CMYK
RGB Variations
Color information
#BBE155 (or 0xBBE155) is known color: Conifer. HEX triplet: BB, E1 and 55. RGB value is (187,225,85). Sum of RGB (Red+Green+Blue) = 187+225+85=497 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.63% from 497); Green value is 225 (88.28% from 255 or 45.27% from 497); Blue value is 85 (33.59% from 255 or 17.10% from 497); Max value from RGB is 225 - color contains mainly: green. Hex color #BBE155 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBE155 is #441EAA. Grayscale: #C6C6C6. Windows color (decimal): -4464299 or 5628347. OLE color: 5628347.
HSL color Cylindrical-coordinate representation of color #BBE155: hue angle of 76.29º 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 #BBE155 is Cyan = 0.17, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 225 | 85 | - |
| CMYK | 0.17 | 0 | 0.62 | 0.12 |
| HSL | 76.29º | 0.7% | 0.61% | - |
| HSV(B) | 76.29º | 0.62% | 0.88% | - |
| XYZ | 49.06 | 65.07 | 18.57 | - |
| YUV | 197.68 | 64.41 | 120.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 225 | 85 | 0.17 | 0 | 0.62 | 0.12 | 76.29 | 0.7 | 0.61 |
| Hex | BB | E1 | 55 | 11 | 0 | 3E | C | 4C | 46 | 3D |
| Octal | 273 | 341 | 125 | 21 | 0 | 76 | 14 | 114 | 106 | 75 |
| Binary | 10111011 | 11100001 | 1010101 | 10001 | 0 | 111110 | 1100 | 1001100 | 1000110 | 111101 |
Color Harmonies of #BBE155
Complementary color
Monochromatic Colors of #BBE155
Black with #BBE155
Text Example
Text Example
White with #BBE155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE155; }
p { color: rgb(187,225,85); }
H1.HeaderClassName
{
color: #BBE155;
}
.AnyTagClassName
{
color: #BBE155;
}
</style>
background-color css
<style>
a { background-color: #BBE155; }
a { background-color: rgb(187,225,85); }
div.DivClassName
{
background-color: #BBE155;
}
.BgClassName
{
background-color: #BBE155;
}
</style>
border-color css
<style>
span { border-color: #BBE155; }
span { border-color: rgb(187,225,85); }
td.TdClassName
{
border-color: #BBE155;
}
.TagClassName
{
border-color: #BBE155;
}
</style>