Shades of Celery #BBC052
Tints of Celery #BBC052
RGB
CMYK
RGB Variations
Color information
#BBC052 (or 0xBBC052) is known color: Celery. HEX triplet: BB, C0 and 52. RGB value is (187,192,82). Sum of RGB (Red+Green+Blue) = 187+192+82=461 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.56% from 461); Green value is 192 (75.39% from 255 or 41.65% from 461); Blue value is 82 (32.42% from 255 or 17.79% from 461); Max value from RGB is 192 - color contains mainly: green. Hex color #BBC052 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC052 is #443FAD. Grayscale: #B2B2B2. Windows color (decimal): -4472750 or 5423291. OLE color: 5423291.
HSL color Cylindrical-coordinate representation of color #BBC052: hue angle of 62.73º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BBC052 is Cyan = 0.03, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 192 | 82 | - |
| CMYK | 0.03 | 0 | 0.57 | 0.25 |
| HSL | 62.73º | 0.47% | 0.54% | - |
| HSV(B) | 62.73º | 0.57% | 0.75% | - |
| XYZ | 40.87 | 48.87 | 15.26 | - |
| YUV | 177.97 | 73.84 | 134.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 192 | 82 | 0.03 | 0 | 0.57 | 0.25 | 62.73 | 0.47 | 0.54 |
| Hex | BB | C0 | 52 | 3 | 0 | 39 | 19 | 3F | 2F | 36 |
| Octal | 273 | 300 | 122 | 3 | 0 | 71 | 31 | 77 | 57 | 66 |
| Binary | 10111011 | 11000000 | 1010010 | 11 | 0 | 111001 | 11001 | 111111 | 101111 | 110110 |
Color Harmonies of #BBC052
Complementary color
Monochromatic Colors of #BBC052
Black with #BBC052
Text Example
Text Example
White with #BBC052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC052; }
p { color: rgb(187,192,82); }
H1.HeaderClassName
{
color: #BBC052;
}
.AnyTagClassName
{
color: #BBC052;
}
</style>
background-color css
<style>
a { background-color: #BBC052; }
a { background-color: rgb(187,192,82); }
div.DivClassName
{
background-color: #BBC052;
}
.BgClassName
{
background-color: #BBC052;
}
</style>
border-color css
<style>
span { border-color: #BBC052; }
span { border-color: rgb(187,192,82); }
td.TdClassName
{
border-color: #BBC052;
}
.TagClassName
{
border-color: #BBC052;
}
</style>