Shades of Conifer #BBE44A
Tints of Conifer #BBE44A
RGB
CMYK
RGB Variations
Color information
#BBE44A (or 0xBBE44A) is known color: Conifer. HEX triplet: BB, E4 and 4A. RGB value is (187,228,74). Sum of RGB (Red+Green+Blue) = 187+228+74=489 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.24% from 489); Green value is 228 (89.45% from 255 or 46.63% from 489); Blue value is 74 (29.30% from 255 or 15.13% from 489); Max value from RGB is 228 - color contains mainly: green. Hex color #BBE44A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBE44A is #441BB5. Grayscale: #C6C6C6. Windows color (decimal): -4463542 or 4908219. OLE color: 4908219.
HSL color Cylindrical-coordinate representation of color #BBE44A: hue angle of 75.97º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BBE44A is Cyan = 0.18, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 228 | 74 | - |
| CMYK | 0.18 | 0 | 0.68 | 0.11 |
| HSL | 75.97º | 0.74% | 0.59% | - |
| HSV(B) | 75.97º | 0.68% | 0.89% | - |
| XYZ | 49.47 | 66.55 | 16.72 | - |
| YUV | 198.19 | 57.92 | 120.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 228 | 74 | 0.18 | 0 | 0.68 | 0.11 | 75.97 | 0.74 | 0.59 |
| Hex | BB | E4 | 4A | 12 | 0 | 44 | B | 4C | 4A | 3B |
| Octal | 273 | 344 | 112 | 22 | 0 | 104 | 13 | 114 | 112 | 73 |
| Binary | 10111011 | 11100100 | 1001010 | 10010 | 0 | 1000100 | 1011 | 1001100 | 1001010 | 111011 |
Color Harmonies of #BBE44A
Complementary color
Monochromatic Colors of #BBE44A
Black with #BBE44A
Text Example
Text Example
White with #BBE44A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE44A; }
p { color: rgb(187,228,74); }
H1.HeaderClassName
{
color: #BBE44A;
}
.AnyTagClassName
{
color: #BBE44A;
}
</style>
background-color css
<style>
a { background-color: #BBE44A; }
a { background-color: rgb(187,228,74); }
div.DivClassName
{
background-color: #BBE44A;
}
.BgClassName
{
background-color: #BBE44A;
}
</style>
border-color css
<style>
span { border-color: #BBE44A; }
span { border-color: rgb(187,228,74); }
td.TdClassName
{
border-color: #BBE44A;
}
.TagClassName
{
border-color: #BBE44A;
}
</style>