Shades of Celery #BBC055
Tints of Celery #BBC055
RGB
CMYK
RGB Variations
Color information
#BBC055 (or 0xBBC055) is known color: Celery. HEX triplet: BB, C0 and 55. RGB value is (187,192,85). Sum of RGB (Red+Green+Blue) = 187+192+85=464 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.30% from 464); Green value is 192 (75.39% from 255 or 41.38% from 464); Blue value is 85 (33.59% from 255 or 18.32% from 464); Max value from RGB is 192 - color contains mainly: green. Hex color #BBC055 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC055 is #443FAA. Grayscale: #B2B2B2. Windows color (decimal): -4472747 or 5619899. OLE color: 5619899.
HSL color Cylindrical-coordinate representation of color #BBC055: hue angle of 62.8º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BBC055 is Cyan = 0.03, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 192 | 85 | - |
| CMYK | 0.03 | 0 | 0.56 | 0.25 |
| HSL | 62.8º | 0.46% | 0.54% | - |
| HSV(B) | 62.8º | 0.56% | 0.75% | - |
| XYZ | 40.98 | 48.92 | 15.88 | - |
| YUV | 178.31 | 75.34 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 192 | 85 | 0.03 | 0 | 0.56 | 0.25 | 62.8 | 0.46 | 0.54 |
| Hex | BB | C0 | 55 | 3 | 0 | 38 | 19 | 3F | 2E | 36 |
| Octal | 273 | 300 | 125 | 3 | 0 | 70 | 31 | 77 | 56 | 66 |
| Binary | 10111011 | 11000000 | 1010101 | 11 | 0 | 111000 | 11001 | 111111 | 101110 | 110110 |
Color Harmonies of #BBC055
Complementary color
Monochromatic Colors of #BBC055
Black with #BBC055
Text Example
Text Example
White with #BBC055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC055; }
p { color: rgb(187,192,85); }
H1.HeaderClassName
{
color: #BBC055;
}
.AnyTagClassName
{
color: #BBC055;
}
</style>
background-color css
<style>
a { background-color: #BBC055; }
a { background-color: rgb(187,192,85); }
div.DivClassName
{
background-color: #BBC055;
}
.BgClassName
{
background-color: #BBC055;
}
</style>
border-color css
<style>
span { border-color: #BBC055; }
span { border-color: rgb(187,192,85); }
td.TdClassName
{
border-color: #BBC055;
}
.TagClassName
{
border-color: #BBC055;
}
</style>