Shades of Celery #BBC256
Tints of Celery #BBC256
RGB
CMYK
RGB Variations
Color information
#BBC256 (or 0xBBC256) is known color: Celery. HEX triplet: BB, C2 and 56. RGB value is (187,194,86). Sum of RGB (Red+Green+Blue) = 187+194+86=467 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.04% from 467); Green value is 194 (76.17% from 255 or 41.54% from 467); Blue value is 86 (33.98% from 255 or 18.42% from 467); Max value from RGB is 194 - color contains mainly: green. Hex color #BBC256 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC256 is #443DA9. Grayscale: #B4B4B4. Windows color (decimal): -4472234 or 5685947. OLE color: 5685947.
HSL color Cylindrical-coordinate representation of color #BBC256: hue angle of 63.89º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BBC256 is Cyan = 0.04, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 194 | 86 | - |
| CMYK | 0.04 | 0 | 0.56 | 0.24 |
| HSL | 63.89º | 0.47% | 0.55% | - |
| HSV(B) | 63.89º | 0.56% | 0.76% | - |
| XYZ | 41.47 | 49.82 | 16.23 | - |
| YUV | 179.6 | 75.18 | 133.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 194 | 86 | 0.04 | 0 | 0.56 | 0.24 | 63.89 | 0.47 | 0.55 |
| Hex | BB | C2 | 56 | 4 | 0 | 38 | 18 | 40 | 2F | 37 |
| Octal | 273 | 302 | 126 | 4 | 0 | 70 | 30 | 100 | 57 | 67 |
| Binary | 10111011 | 11000010 | 1010110 | 100 | 0 | 111000 | 11000 | 1000000 | 101111 | 110111 |
Color Harmonies of #BBC256
Complementary color
Monochromatic Colors of #BBC256
Black with #BBC256
Text Example
Text Example
White with #BBC256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC256; }
p { color: rgb(187,194,86); }
H1.HeaderClassName
{
color: #BBC256;
}
.AnyTagClassName
{
color: #BBC256;
}
</style>
background-color css
<style>
a { background-color: #BBC256; }
a { background-color: rgb(187,194,86); }
div.DivClassName
{
background-color: #BBC256;
}
.BgClassName
{
background-color: #BBC256;
}
</style>
border-color css
<style>
span { border-color: #BBC256; }
span { border-color: rgb(187,194,86); }
td.TdClassName
{
border-color: #BBC256;
}
.TagClassName
{
border-color: #BBC256;
}
</style>