Shades of Celery #BBC03A
Tints of Celery #BBC03A
RGB
CMYK
RGB Variations
Color information
#BBC03A (or 0xBBC03A) is known color: Celery. HEX triplet: BB, C0 and 3A. RGB value is (187,192,58). Sum of RGB (Red+Green+Blue) = 187+192+58=437 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.79% from 437); Green value is 192 (75.39% from 255 or 43.94% from 437); Blue value is 58 (23.05% from 255 or 13.27% from 437); Max value from RGB is 192 - color contains mainly: green. Hex color #BBC03A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC03A is #443FC5. Grayscale: #AFAFAF. Windows color (decimal): -4472774 or 3850427. OLE color: 3850427.
HSL color Cylindrical-coordinate representation of color #BBC03A: hue angle of 62.24º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BBC03A is Cyan = 0.03, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 192 | 58 | - |
| CMYK | 0.03 | 0 | 0.70 | 0.25 |
| HSL | 62.24º | 0.54% | 0.49% | - |
| HSV(B) | 62.24º | 0.7% | 0.75% | - |
| XYZ | 40.11 | 48.57 | 11.26 | - |
| YUV | 175.23 | 61.84 | 136.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 192 | 58 | 0.03 | 0 | 0.70 | 0.25 | 62.24 | 0.54 | 0.49 |
| Hex | BB | C0 | 3A | 3 | 0 | 46 | 19 | 3E | 36 | 31 |
| Octal | 273 | 300 | 72 | 3 | 0 | 106 | 31 | 76 | 66 | 61 |
| Binary | 10111011 | 11000000 | 111010 | 11 | 0 | 1000110 | 11001 | 111110 | 110110 | 110001 |
Color Harmonies of #BBC03A
Complementary color
Monochromatic Colors of #BBC03A
Black with #BBC03A
Text Example
Text Example
White with #BBC03A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC03A; }
p { color: rgb(187,192,58); }
H1.HeaderClassName
{
color: #BBC03A;
}
.AnyTagClassName
{
color: #BBC03A;
}
</style>
background-color css
<style>
a { background-color: #BBC03A; }
a { background-color: rgb(187,192,58); }
div.DivClassName
{
background-color: #BBC03A;
}
.BgClassName
{
background-color: #BBC03A;
}
</style>
border-color css
<style>
span { border-color: #BBC03A; }
span { border-color: rgb(187,192,58); }
td.TdClassName
{
border-color: #BBC03A;
}
.TagClassName
{
border-color: #BBC03A;
}
</style>