Shades of Celery #BBC53A
Tints of Celery #BBC53A
RGB
CMYK
RGB Variations
Color information
#BBC53A (or 0xBBC53A) is known color: Celery. HEX triplet: BB, C5 and 3A. RGB value is (187,197,58). Sum of RGB (Red+Green+Blue) = 187+197+58=442 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.31% from 442); Green value is 197 (77.34% from 255 or 44.57% from 442); Blue value is 58 (23.05% from 255 or 13.12% from 442); Max value from RGB is 197 - color contains mainly: green. Hex color #BBC53A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC53A is #443AC5. Grayscale: #B2B2B2. Windows color (decimal): -4471494 or 3851707. OLE color: 3851707.
HSL color Cylindrical-coordinate representation of color #BBC53A: hue angle of 64.32º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BBC53A is Cyan = 0.05, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 187 | 197 | 58 | - |
| CMYK | 0.05 | 0 | 0.71 | 0.23 |
| HSL | 64.32º | 0.55% | 0.5% | - |
| HSV(B) | 64.32º | 0.71% | 0.77% | - |
| XYZ | 41.22 | 50.8 | 11.64 | - |
| YUV | 178.16 | 60.19 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 197 | 58 | 0.05 | 0 | 0.71 | 0.23 | 64.32 | 0.55 | 0.5 |
| Hex | BB | C5 | 3A | 5 | 0 | 47 | 17 | 40 | 37 | 32 |
| Octal | 273 | 305 | 72 | 5 | 0 | 107 | 27 | 100 | 67 | 62 |
| Binary | 10111011 | 11000101 | 111010 | 101 | 0 | 1000111 | 10111 | 1000000 | 110111 | 110010 |
Color Harmonies of #BBC53A
Complementary color
Monochromatic Colors of #BBC53A
Black with #BBC53A
Text Example
Text Example
White with #BBC53A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC53A; }
p { color: rgb(187,197,58); }
H1.HeaderClassName
{
color: #BBC53A;
}
.AnyTagClassName
{
color: #BBC53A;
}
</style>
background-color css
<style>
a { background-color: #BBC53A; }
a { background-color: rgb(187,197,58); }
div.DivClassName
{
background-color: #BBC53A;
}
.BgClassName
{
background-color: #BBC53A;
}
</style>
border-color css
<style>
span { border-color: #BBC53A; }
span { border-color: rgb(187,197,58); }
td.TdClassName
{
border-color: #BBC53A;
}
.TagClassName
{
border-color: #BBC53A;
}
</style>