Shades of Celery #BBC552
Tints of Celery #BBC552
RGB
CMYK
RGB Variations
Color information
#BBC552 (or 0xBBC552) is known color: Celery. HEX triplet: BB, C5 and 52. RGB value is (187,197,82). Sum of RGB (Red+Green+Blue) = 187+197+82=466 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.13% from 466); Green value is 197 (77.34% from 255 or 42.27% from 466); Blue value is 82 (32.42% from 255 or 17.60% from 466); Max value from RGB is 197 - color contains mainly: green. Hex color #BBC552 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC552 is #443AAD. Grayscale: #B5B5B5. Windows color (decimal): -4471470 or 5424571. OLE color: 5424571.
HSL color Cylindrical-coordinate representation of color #BBC552: hue angle of 65.22º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BBC552 is Cyan = 0.05, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 187 | 197 | 82 | - |
| CMYK | 0.05 | 0 | 0.58 | 0.23 |
| HSL | 65.22º | 0.5% | 0.55% | - |
| HSV(B) | 65.22º | 0.58% | 0.77% | - |
| XYZ | 41.98 | 51.11 | 15.63 | - |
| YUV | 180.9 | 72.19 | 132.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 197 | 82 | 0.05 | 0 | 0.58 | 0.23 | 65.22 | 0.5 | 0.55 |
| Hex | BB | C5 | 52 | 5 | 0 | 3A | 17 | 41 | 32 | 37 |
| Octal | 273 | 305 | 122 | 5 | 0 | 72 | 27 | 101 | 62 | 67 |
| Binary | 10111011 | 11000101 | 1010010 | 101 | 0 | 111010 | 10111 | 1000001 | 110010 | 110111 |
Color Harmonies of #BBC552
Complementary color
Monochromatic Colors of #BBC552
Black with #BBC552
Text Example
Text Example
White with #BBC552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC552; }
p { color: rgb(187,197,82); }
H1.HeaderClassName
{
color: #BBC552;
}
.AnyTagClassName
{
color: #BBC552;
}
</style>
background-color css
<style>
a { background-color: #BBC552; }
a { background-color: rgb(187,197,82); }
div.DivClassName
{
background-color: #BBC552;
}
.BgClassName
{
background-color: #BBC552;
}
</style>
border-color css
<style>
span { border-color: #BBC552; }
span { border-color: rgb(187,197,82); }
td.TdClassName
{
border-color: #BBC552;
}
.TagClassName
{
border-color: #BBC552;
}
</style>