Shades of Celery #BBC455
Tints of Celery #BBC455
RGB
CMYK
RGB Variations
Color information
#BBC455 (or 0xBBC455) is known color: Celery. HEX triplet: BB, C4 and 55. RGB value is (187,196,85). Sum of RGB (Red+Green+Blue) = 187+196+85=468 (61% of max value = 765). Red value is 187 (73.44% from 255 or 39.96% from 468); Green value is 196 (76.95% from 255 or 41.88% from 468); Blue value is 85 (33.59% from 255 or 18.16% from 468); Max value from RGB is 196 - color contains mainly: green. Hex color #BBC455 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC455 is #443BAA. Grayscale: #B5B5B5. Windows color (decimal): -4471723 or 5620923. OLE color: 5620923.
HSL color Cylindrical-coordinate representation of color #BBC455: hue angle of 64.86º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BBC455 is Cyan = 0.05, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 187 | 196 | 85 | - |
| CMYK | 0.05 | 0 | 0.57 | 0.23 |
| HSL | 64.86º | 0.48% | 0.55% | - |
| HSV(B) | 64.86º | 0.57% | 0.77% | - |
| XYZ | 41.87 | 50.7 | 16.17 | - |
| YUV | 180.66 | 74.02 | 132.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 196 | 85 | 0.05 | 0 | 0.57 | 0.23 | 64.86 | 0.48 | 0.55 |
| Hex | BB | C4 | 55 | 5 | 0 | 39 | 17 | 41 | 30 | 37 |
| Octal | 273 | 304 | 125 | 5 | 0 | 71 | 27 | 101 | 60 | 67 |
| Binary | 10111011 | 11000100 | 1010101 | 101 | 0 | 111001 | 10111 | 1000001 | 110000 | 110111 |
Color Harmonies of #BBC455
Complementary color
Monochromatic Colors of #BBC455
Black with #BBC455
Text Example
Text Example
White with #BBC455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC455; }
p { color: rgb(187,196,85); }
H1.HeaderClassName
{
color: #BBC455;
}
.AnyTagClassName
{
color: #BBC455;
}
</style>
background-color css
<style>
a { background-color: #BBC455; }
a { background-color: rgb(187,196,85); }
div.DivClassName
{
background-color: #BBC455;
}
.BgClassName
{
background-color: #BBC455;
}
</style>
border-color css
<style>
span { border-color: #BBC455; }
span { border-color: rgb(187,196,85); }
td.TdClassName
{
border-color: #BBC455;
}
.TagClassName
{
border-color: #BBC455;
}
</style>