Shades of Conifer #BBE048
Tints of Conifer #BBE048
RGB
CMYK
RGB Variations
Color information
#BBE048 (or 0xBBE048) is known color: Conifer. HEX triplet: BB, E0 and 48. RGB value is (187,224,72). Sum of RGB (Red+Green+Blue) = 187+224+72=483 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.72% from 483); Green value is 224 (87.89% from 255 or 46.38% from 483); Blue value is 72 (28.52% from 255 or 14.91% from 483); Max value from RGB is 224 - color contains mainly: green. Hex color #BBE048 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBE048 is #441FB7. Grayscale: #C4C4C4. Windows color (decimal): -4464568 or 4776123. OLE color: 4776123.
HSL color Cylindrical-coordinate representation of color #BBE048: hue angle of 74.61º 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 #BBE048 is Cyan = 0.17, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 224 | 72 | - |
| CMYK | 0.17 | 0 | 0.68 | 0.12 |
| HSL | 74.61º | 0.71% | 0.58% | - |
| HSV(B) | 74.61º | 0.68% | 0.88% | - |
| XYZ | 48.32 | 64.34 | 16 | - |
| YUV | 195.61 | 58.24 | 121.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 224 | 72 | 0.17 | 0 | 0.68 | 0.12 | 74.61 | 0.71 | 0.58 |
| Hex | BB | E0 | 48 | 11 | 0 | 44 | C | 4B | 47 | 3A |
| Octal | 273 | 340 | 110 | 21 | 0 | 104 | 14 | 113 | 107 | 72 |
| Binary | 10111011 | 11100000 | 1001000 | 10001 | 0 | 1000100 | 1100 | 1001011 | 1000111 | 111010 |
Color Harmonies of #BBE048
Complementary color
Monochromatic Colors of #BBE048
Black with #BBE048
Text Example
Text Example
White with #BBE048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE048; }
p { color: rgb(187,224,72); }
H1.HeaderClassName
{
color: #BBE048;
}
.AnyTagClassName
{
color: #BBE048;
}
</style>
background-color css
<style>
a { background-color: #BBE048; }
a { background-color: rgb(187,224,72); }
div.DivClassName
{
background-color: #BBE048;
}
.BgClassName
{
background-color: #BBE048;
}
</style>
border-color css
<style>
span { border-color: #BBE048; }
span { border-color: rgb(187,224,72); }
td.TdClassName
{
border-color: #BBE048;
}
.TagClassName
{
border-color: #BBE048;
}
</style>