Shades of Celery #BBC54A
Tints of Celery #BBC54A
RGB
CMYK
RGB Variations
Color information
#BBC54A (or 0xBBC54A) is known color: Celery. HEX triplet: BB, C5 and 4A. RGB value is (187,197,74). Sum of RGB (Red+Green+Blue) = 187+197+74=458 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.83% from 458); Green value is 197 (77.34% from 255 or 43.01% from 458); Blue value is 74 (29.30% from 255 or 16.16% from 458); Max value from RGB is 197 - color contains mainly: green. Hex color #BBC54A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC54A is #443AB5. Grayscale: #B4B4B4. Windows color (decimal): -4471478 or 4900283. OLE color: 4900283.
HSL color Cylindrical-coordinate representation of color #BBC54A: hue angle of 64.88º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BBC54A is Cyan = 0.05, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 187 | 197 | 74 | - |
| CMYK | 0.05 | 0 | 0.62 | 0.23 |
| HSL | 64.88º | 0.51% | 0.53% | - |
| HSV(B) | 64.88º | 0.62% | 0.77% | - |
| XYZ | 41.7 | 50.99 | 14.12 | - |
| YUV | 179.99 | 68.19 | 133 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 197 | 74 | 0.05 | 0 | 0.62 | 0.23 | 64.88 | 0.51 | 0.53 |
| Hex | BB | C5 | 4A | 5 | 0 | 3E | 17 | 41 | 33 | 35 |
| Octal | 273 | 305 | 112 | 5 | 0 | 76 | 27 | 101 | 63 | 65 |
| Binary | 10111011 | 11000101 | 1001010 | 101 | 0 | 111110 | 10111 | 1000001 | 110011 | 110101 |
Color Harmonies of #BBC54A
Complementary color
Monochromatic Colors of #BBC54A
Black with #BBC54A
Text Example
Text Example
White with #BBC54A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC54A; }
p { color: rgb(187,197,74); }
H1.HeaderClassName
{
color: #BBC54A;
}
.AnyTagClassName
{
color: #BBC54A;
}
</style>
background-color css
<style>
a { background-color: #BBC54A; }
a { background-color: rgb(187,197,74); }
div.DivClassName
{
background-color: #BBC54A;
}
.BgClassName
{
background-color: #BBC54A;
}
</style>
border-color css
<style>
span { border-color: #BBC54A; }
span { border-color: rgb(187,197,74); }
td.TdClassName
{
border-color: #BBC54A;
}
.TagClassName
{
border-color: #BBC54A;
}
</style>