Shades of Celery #BBC051
Tints of Celery #BBC051
RGB
CMYK
RGB Variations
Color information
#BBC051 (or 0xBBC051) is known color: Celery. HEX triplet: BB, C0 and 51. RGB value is (187,192,81). Sum of RGB (Red+Green+Blue) = 187+192+81=460 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.65% from 460); Green value is 192 (75.39% from 255 or 41.74% from 460); Blue value is 81 (32.03% from 255 or 17.61% from 460); Max value from RGB is 192 - color contains mainly: green. Hex color #BBC051 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC051 is #443FAE. Grayscale: #B2B2B2. Windows color (decimal): -4472751 or 5357755. OLE color: 5357755.
HSL color Cylindrical-coordinate representation of color #BBC051: hue angle of 62.7º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BBC051 is Cyan = 0.03, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 192 | 81 | - |
| CMYK | 0.03 | 0 | 0.58 | 0.25 |
| HSL | 62.7º | 0.47% | 0.54% | - |
| HSV(B) | 62.7º | 0.58% | 0.75% | - |
| XYZ | 40.83 | 48.86 | 15.06 | - |
| YUV | 177.85 | 73.34 | 134.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 192 | 81 | 0.03 | 0 | 0.58 | 0.25 | 62.7 | 0.47 | 0.54 |
| Hex | BB | C0 | 51 | 3 | 0 | 3A | 19 | 3F | 2F | 36 |
| Octal | 273 | 300 | 121 | 3 | 0 | 72 | 31 | 77 | 57 | 66 |
| Binary | 10111011 | 11000000 | 1010001 | 11 | 0 | 111010 | 11001 | 111111 | 101111 | 110110 |
Color Harmonies of #BBC051
Complementary color
Monochromatic Colors of #BBC051
Black with #BBC051
Text Example
Text Example
White with #BBC051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC051; }
p { color: rgb(187,192,81); }
H1.HeaderClassName
{
color: #BBC051;
}
.AnyTagClassName
{
color: #BBC051;
}
</style>
background-color css
<style>
a { background-color: #BBC051; }
a { background-color: rgb(187,192,81); }
div.DivClassName
{
background-color: #BBC051;
}
.BgClassName
{
background-color: #BBC051;
}
</style>
border-color css
<style>
span { border-color: #BBC051; }
span { border-color: rgb(187,192,81); }
td.TdClassName
{
border-color: #BBC051;
}
.TagClassName
{
border-color: #BBC051;
}
</style>