Shades of Conifer #BBE047
Tints of Conifer #BBE047
RGB
CMYK
RGB Variations
Color information
#BBE047 (or 0xBBE047) is known color: Conifer. HEX triplet: BB, E0 and 47. RGB value is (187,224,71). Sum of RGB (Red+Green+Blue) = 187+224+71=482 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.80% from 482); Green value is 224 (87.89% from 255 or 46.47% from 482); Blue value is 71 (28.12% from 255 or 14.73% from 482); Max value from RGB is 224 - color contains mainly: green. Hex color #BBE047 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBE047 is #441FB8. Grayscale: #C4C4C4. Windows color (decimal): -4464569 or 4710587. OLE color: 4710587.
HSL color Cylindrical-coordinate representation of color #BBE047: hue angle of 74.51º degrees, saturation: 0.71, 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 #BBE047 is Cyan = 0.17, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 224 | 71 | - |
| CMYK | 0.17 | 0 | 0.68 | 0.12 |
| HSL | 74.51º | 0.71% | 0.58% | - |
| HSV(B) | 74.51º | 0.68% | 0.88% | - |
| XYZ | 48.29 | 64.33 | 15.83 | - |
| YUV | 195.5 | 57.74 | 121.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 224 | 71 | 0.17 | 0 | 0.68 | 0.12 | 74.51 | 0.71 | 0.58 |
| Hex | BB | E0 | 47 | 11 | 0 | 44 | C | 4B | 47 | 3A |
| Octal | 273 | 340 | 107 | 21 | 0 | 104 | 14 | 113 | 107 | 72 |
| Binary | 10111011 | 11100000 | 1000111 | 10001 | 0 | 1000100 | 1100 | 1001011 | 1000111 | 111010 |
Color Harmonies of #BBE047
Complementary color
Monochromatic Colors of #BBE047
Black with #BBE047
Text Example
Text Example
White with #BBE047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE047; }
p { color: rgb(187,224,71); }
H1.HeaderClassName
{
color: #BBE047;
}
.AnyTagClassName
{
color: #BBE047;
}
</style>
background-color css
<style>
a { background-color: #BBE047; }
a { background-color: rgb(187,224,71); }
div.DivClassName
{
background-color: #BBE047;
}
.BgClassName
{
background-color: #BBE047;
}
</style>
border-color css
<style>
span { border-color: #BBE047; }
span { border-color: rgb(187,224,71); }
td.TdClassName
{
border-color: #BBE047;
}
.TagClassName
{
border-color: #BBE047;
}
</style>