Shades of Celery #BBC354
Tints of Celery #BBC354
RGB
CMYK
RGB Variations
Color information
#BBC354 (or 0xBBC354) is known color: Celery. HEX triplet: BB, C3 and 54. RGB value is (187,195,84). Sum of RGB (Red+Green+Blue) = 187+195+84=466 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.13% from 466); Green value is 195 (76.56% from 255 or 41.85% from 466); Blue value is 84 (33.20% from 255 or 18.03% from 466); Max value from RGB is 195 - color contains mainly: green. Hex color #BBC354 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC354 is #443CAB. Grayscale: #B4B4B4. Windows color (decimal): -4471980 or 5555131. OLE color: 5555131.
HSL color Cylindrical-coordinate representation of color #BBC354: hue angle of 64.32º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BBC354 is Cyan = 0.04, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 195 | 84 | - |
| CMYK | 0.04 | 0 | 0.57 | 0.24 |
| HSL | 64.32º | 0.48% | 0.55% | - |
| HSV(B) | 64.32º | 0.57% | 0.76% | - |
| XYZ | 41.61 | 50.24 | 15.89 | - |
| YUV | 179.95 | 73.85 | 133.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 195 | 84 | 0.04 | 0 | 0.57 | 0.24 | 64.32 | 0.48 | 0.55 |
| Hex | BB | C3 | 54 | 4 | 0 | 39 | 18 | 40 | 30 | 37 |
| Octal | 273 | 303 | 124 | 4 | 0 | 71 | 30 | 100 | 60 | 67 |
| Binary | 10111011 | 11000011 | 1010100 | 100 | 0 | 111001 | 11000 | 1000000 | 110000 | 110111 |
Color Harmonies of #BBC354
Complementary color
Monochromatic Colors of #BBC354
Black with #BBC354
Text Example
Text Example
White with #BBC354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC354; }
p { color: rgb(187,195,84); }
H1.HeaderClassName
{
color: #BBC354;
}
.AnyTagClassName
{
color: #BBC354;
}
</style>
background-color css
<style>
a { background-color: #BBC354; }
a { background-color: rgb(187,195,84); }
div.DivClassName
{
background-color: #BBC354;
}
.BgClassName
{
background-color: #BBC354;
}
</style>
border-color css
<style>
span { border-color: #BBC354; }
span { border-color: rgb(187,195,84); }
td.TdClassName
{
border-color: #BBC354;
}
.TagClassName
{
border-color: #BBC354;
}
</style>