Shades of Celery #BBC04A
Tints of Celery #BBC04A
RGB
CMYK
RGB Variations
Color information
#BBC04A (or 0xBBC04A) is known color: Celery. HEX triplet: BB, C0 and 4A. RGB value is (187,192,74). Sum of RGB (Red+Green+Blue) = 187+192+74=453 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.28% from 453); Green value is 192 (75.39% from 255 or 42.38% from 453); Blue value is 74 (29.30% from 255 or 16.34% from 453); Max value from RGB is 192 - color contains mainly: green. Hex color #BBC04A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC04A is #443FB5. Grayscale: #B1B1B1. Windows color (decimal): -4472758 or 4899003. OLE color: 4899003.
HSL color Cylindrical-coordinate representation of color #BBC04A: hue angle of 62.54º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BBC04A is Cyan = 0.03, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 192 | 74 | - |
| CMYK | 0.03 | 0 | 0.61 | 0.25 |
| HSL | 62.54º | 0.48% | 0.52% | - |
| HSV(B) | 62.54º | 0.61% | 0.75% | - |
| XYZ | 40.58 | 48.76 | 13.75 | - |
| YUV | 177.05 | 69.84 | 135.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 192 | 74 | 0.03 | 0 | 0.61 | 0.25 | 62.54 | 0.48 | 0.52 |
| Hex | BB | C0 | 4A | 3 | 0 | 3D | 19 | 3F | 30 | 34 |
| Octal | 273 | 300 | 112 | 3 | 0 | 75 | 31 | 77 | 60 | 64 |
| Binary | 10111011 | 11000000 | 1001010 | 11 | 0 | 111101 | 11001 | 111111 | 110000 | 110100 |
Color Harmonies of #BBC04A
Complementary color
Monochromatic Colors of #BBC04A
Black with #BBC04A
Text Example
Text Example
White with #BBC04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC04A; }
p { color: rgb(187,192,74); }
H1.HeaderClassName
{
color: #BBC04A;
}
.AnyTagClassName
{
color: #BBC04A;
}
</style>
background-color css
<style>
a { background-color: #BBC04A; }
a { background-color: rgb(187,192,74); }
div.DivClassName
{
background-color: #BBC04A;
}
.BgClassName
{
background-color: #BBC04A;
}
</style>
border-color css
<style>
span { border-color: #BBC04A; }
span { border-color: rgb(187,192,74); }
td.TdClassName
{
border-color: #BBC04A;
}
.TagClassName
{
border-color: #BBC04A;
}
</style>