Shades of Celery #BBC355
Tints of Celery #BBC355
RGB
CMYK
RGB Variations
Color information
#BBC355 (or 0xBBC355) is known color: Celery. HEX triplet: BB, C3 and 55. RGB value is (187,195,85). Sum of RGB (Red+Green+Blue) = 187+195+85=467 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.04% from 467); Green value is 195 (76.56% from 255 or 41.76% from 467); Blue value is 85 (33.59% from 255 or 18.20% from 467); Max value from RGB is 195 - color contains mainly: green. Hex color #BBC355 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC355 is #443CAA. Grayscale: #B4B4B4. Windows color (decimal): -4471979 or 5620667. OLE color: 5620667.
HSL color Cylindrical-coordinate representation of color #BBC355: hue angle of 64.36º degrees, saturation: 0.48, 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 #BBC355 is Cyan = 0.04, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 195 | 85 | - |
| CMYK | 0.04 | 0 | 0.56 | 0.24 |
| HSL | 64.36º | 0.48% | 0.55% | - |
| HSV(B) | 64.36º | 0.56% | 0.76% | - |
| XYZ | 41.65 | 50.25 | 16.1 | - |
| YUV | 180.07 | 74.35 | 132.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 195 | 85 | 0.04 | 0 | 0.56 | 0.24 | 64.36 | 0.48 | 0.55 |
| Hex | BB | C3 | 55 | 4 | 0 | 38 | 18 | 40 | 30 | 37 |
| Octal | 273 | 303 | 125 | 4 | 0 | 70 | 30 | 100 | 60 | 67 |
| Binary | 10111011 | 11000011 | 1010101 | 100 | 0 | 111000 | 11000 | 1000000 | 110000 | 110111 |
Color Harmonies of #BBC355
Complementary color
Monochromatic Colors of #BBC355
Black with #BBC355
Text Example
Text Example
White with #BBC355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC355; }
p { color: rgb(187,195,85); }
H1.HeaderClassName
{
color: #BBC355;
}
.AnyTagClassName
{
color: #BBC355;
}
</style>
background-color css
<style>
a { background-color: #BBC355; }
a { background-color: rgb(187,195,85); }
div.DivClassName
{
background-color: #BBC355;
}
.BgClassName
{
background-color: #BBC355;
}
</style>
border-color css
<style>
span { border-color: #BBC355; }
span { border-color: rgb(187,195,85); }
td.TdClassName
{
border-color: #BBC355;
}
.TagClassName
{
border-color: #BBC355;
}
</style>