Shades of Conifer #BBE147
Tints of Conifer #BBE147
RGB
CMYK
RGB Variations
Color information
#BBE147 (or 0xBBE147) is known color: Conifer. HEX triplet: BB, E1 and 47. RGB value is (187,225,71). Sum of RGB (Red+Green+Blue) = 187+225+71=483 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.72% from 483); Green value is 225 (88.28% from 255 or 46.58% from 483); Blue value is 71 (28.12% from 255 or 14.70% from 483); Max value from RGB is 225 - color contains mainly: green. Hex color #BBE147 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBE147 is #441EB8. Grayscale: #C4C4C4. Windows color (decimal): -4464313 or 4710843. OLE color: 4710843.
HSL color Cylindrical-coordinate representation of color #BBE147: hue angle of 74.81º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BBE147 is Cyan = 0.17, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 225 | 71 | - |
| CMYK | 0.17 | 0 | 0.68 | 0.12 |
| HSL | 74.81º | 0.72% | 0.58% | - |
| HSV(B) | 74.81º | 0.68% | 0.88% | - |
| XYZ | 48.56 | 64.87 | 15.92 | - |
| YUV | 196.08 | 57.41 | 121.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 225 | 71 | 0.17 | 0 | 0.68 | 0.12 | 74.81 | 0.72 | 0.58 |
| Hex | BB | E1 | 47 | 11 | 0 | 44 | C | 4B | 48 | 3A |
| Octal | 273 | 341 | 107 | 21 | 0 | 104 | 14 | 113 | 110 | 72 |
| Binary | 10111011 | 11100001 | 1000111 | 10001 | 0 | 1000100 | 1100 | 1001011 | 1001000 | 111010 |
Color Harmonies of #BBE147
Complementary color
Monochromatic Colors of #BBE147
Black with #BBE147
Text Example
Text Example
White with #BBE147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE147; }
p { color: rgb(187,225,71); }
H1.HeaderClassName
{
color: #BBE147;
}
.AnyTagClassName
{
color: #BBE147;
}
</style>
background-color css
<style>
a { background-color: #BBE147; }
a { background-color: rgb(187,225,71); }
div.DivClassName
{
background-color: #BBE147;
}
.BgClassName
{
background-color: #BBE147;
}
</style>
border-color css
<style>
span { border-color: #BBE147; }
span { border-color: rgb(187,225,71); }
td.TdClassName
{
border-color: #BBE147;
}
.TagClassName
{
border-color: #BBE147;
}
</style>