Shades of Celery #BBC04B
Tints of Celery #BBC04B
RGB
CMYK
RGB Variations
Color information
#BBC04B (or 0xBBC04B) is known color: Celery. HEX triplet: BB, C0 and 4B. RGB value is (187,192,75). Sum of RGB (Red+Green+Blue) = 187+192+75=454 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.19% from 454); Green value is 192 (75.39% from 255 or 42.29% from 454); Blue value is 75 (29.69% from 255 or 16.52% from 454); Max value from RGB is 192 - color contains mainly: green. Hex color #BBC04B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC04B is #443FB4. Grayscale: #B1B1B1. Windows color (decimal): -4472757 or 4964539. OLE color: 4964539.
HSL color Cylindrical-coordinate representation of color #BBC04B: hue angle of 62.56º 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 #BBC04B is Cyan = 0.03, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 192 | 75 | - |
| CMYK | 0.03 | 0 | 0.61 | 0.25 |
| HSL | 62.56º | 0.48% | 0.52% | - |
| HSV(B) | 62.56º | 0.61% | 0.75% | - |
| XYZ | 40.61 | 48.77 | 13.93 | - |
| YUV | 177.17 | 70.34 | 135.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 192 | 75 | 0.03 | 0 | 0.61 | 0.25 | 62.56 | 0.48 | 0.52 |
| Hex | BB | C0 | 4B | 3 | 0 | 3D | 19 | 3F | 30 | 34 |
| Octal | 273 | 300 | 113 | 3 | 0 | 75 | 31 | 77 | 60 | 64 |
| Binary | 10111011 | 11000000 | 1001011 | 11 | 0 | 111101 | 11001 | 111111 | 110000 | 110100 |
Color Harmonies of #BBC04B
Complementary color
Monochromatic Colors of #BBC04B
Black with #BBC04B
Text Example
Text Example
White with #BBC04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC04B; }
p { color: rgb(187,192,75); }
H1.HeaderClassName
{
color: #BBC04B;
}
.AnyTagClassName
{
color: #BBC04B;
}
</style>
background-color css
<style>
a { background-color: #BBC04B; }
a { background-color: rgb(187,192,75); }
div.DivClassName
{
background-color: #BBC04B;
}
.BgClassName
{
background-color: #BBC04B;
}
</style>
border-color css
<style>
span { border-color: #BBC04B; }
span { border-color: rgb(187,192,75); }
td.TdClassName
{
border-color: #BBC04B;
}
.TagClassName
{
border-color: #BBC04B;
}
</style>