Shades of Celery #BBC553
Tints of Celery #BBC553
RGB
CMYK
RGB Variations
Color information
#BBC553 (or 0xBBC553) is known color: Celery. HEX triplet: BB, C5 and 53. RGB value is (187,197,83). Sum of RGB (Red+Green+Blue) = 187+197+83=467 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.04% from 467); Green value is 197 (77.34% from 255 or 42.18% from 467); Blue value is 83 (32.81% from 255 or 17.77% from 467); Max value from RGB is 197 - color contains mainly: green. Hex color #BBC553 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC553 is #443AAC. Grayscale: #B5B5B5. Windows color (decimal): -4471469 or 5490107. OLE color: 5490107.
HSL color Cylindrical-coordinate representation of color #BBC553: hue angle of 65.26º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BBC553 is Cyan = 0.05, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 187 | 197 | 83 | - |
| CMYK | 0.05 | 0 | 0.58 | 0.23 |
| HSL | 65.26º | 0.5% | 0.55% | - |
| HSV(B) | 65.26º | 0.58% | 0.77% | - |
| XYZ | 42.02 | 51.12 | 15.84 | - |
| YUV | 181.01 | 72.69 | 132.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 197 | 83 | 0.05 | 0 | 0.58 | 0.23 | 65.26 | 0.5 | 0.55 |
| Hex | BB | C5 | 53 | 5 | 0 | 3A | 17 | 41 | 32 | 37 |
| Octal | 273 | 305 | 123 | 5 | 0 | 72 | 27 | 101 | 62 | 67 |
| Binary | 10111011 | 11000101 | 1010011 | 101 | 0 | 111010 | 10111 | 1000001 | 110010 | 110111 |
Color Harmonies of #BBC553
Complementary color
Monochromatic Colors of #BBC553
Black with #BBC553
Text Example
Text Example
White with #BBC553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC553; }
p { color: rgb(187,197,83); }
H1.HeaderClassName
{
color: #BBC553;
}
.AnyTagClassName
{
color: #BBC553;
}
</style>
background-color css
<style>
a { background-color: #BBC553; }
a { background-color: rgb(187,197,83); }
div.DivClassName
{
background-color: #BBC553;
}
.BgClassName
{
background-color: #BBC553;
}
</style>
border-color css
<style>
span { border-color: #BBC553; }
span { border-color: rgb(187,197,83); }
td.TdClassName
{
border-color: #BBC553;
}
.TagClassName
{
border-color: #BBC553;
}
</style>