Shades of Celery #BBC24E
Tints of Celery #BBC24E
RGB
CMYK
RGB Variations
Color information
#BBC24E (or 0xBBC24E) is known color: Celery. HEX triplet: BB, C2 and 4E. RGB value is (187,194,78). Sum of RGB (Red+Green+Blue) = 187+194+78=459 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.74% from 459); Green value is 194 (76.17% from 255 or 42.27% from 459); Blue value is 78 (30.86% from 255 or 16.99% from 459); Max value from RGB is 194 - color contains mainly: green. Hex color #BBC24E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC24E is #443DB1. Grayscale: #B3B3B3. Windows color (decimal): -4472242 or 5161659. OLE color: 5161659.
HSL color Cylindrical-coordinate representation of color #BBC24E: hue angle of 63.62º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BBC24E is Cyan = 0.04, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 194 | 78 | - |
| CMYK | 0.04 | 0 | 0.60 | 0.24 |
| HSL | 63.62º | 0.49% | 0.53% | - |
| HSV(B) | 63.62º | 0.6% | 0.76% | - |
| XYZ | 41.16 | 49.7 | 14.63 | - |
| YUV | 178.68 | 71.18 | 133.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 194 | 78 | 0.04 | 0 | 0.60 | 0.24 | 63.62 | 0.49 | 0.53 |
| Hex | BB | C2 | 4E | 4 | 0 | 3C | 18 | 40 | 31 | 35 |
| Octal | 273 | 302 | 116 | 4 | 0 | 74 | 30 | 100 | 61 | 65 |
| Binary | 10111011 | 11000010 | 1001110 | 100 | 0 | 111100 | 11000 | 1000000 | 110001 | 110101 |
Color Harmonies of #BBC24E
Complementary color
Monochromatic Colors of #BBC24E
Black with #BBC24E
Text Example
Text Example
White with #BBC24E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC24E; }
p { color: rgb(187,194,78); }
H1.HeaderClassName
{
color: #BBC24E;
}
.AnyTagClassName
{
color: #BBC24E;
}
</style>
background-color css
<style>
a { background-color: #BBC24E; }
a { background-color: rgb(187,194,78); }
div.DivClassName
{
background-color: #BBC24E;
}
.BgClassName
{
background-color: #BBC24E;
}
</style>
border-color css
<style>
span { border-color: #BBC24E; }
span { border-color: rgb(187,194,78); }
td.TdClassName
{
border-color: #BBC24E;
}
.TagClassName
{
border-color: #BBC24E;
}
</style>