Shades of Celery #BBC53F
Tints of Celery #BBC53F
RGB
CMYK
RGB Variations
Color information
#BBC53F (or 0xBBC53F) is known color: Celery. HEX triplet: BB, C5 and 3F. RGB value is (187,197,63). Sum of RGB (Red+Green+Blue) = 187+197+63=447 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.83% from 447); Green value is 197 (77.34% from 255 or 44.07% from 447); Blue value is 63 (25% from 255 or 14.09% from 447); Max value from RGB is 197 - color contains mainly: green. Hex color #BBC53F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC53F is #443AC0. Grayscale: #B3B3B3. Windows color (decimal): -4471489 or 4179387. OLE color: 4179387.
HSL color Cylindrical-coordinate representation of color #BBC53F: hue angle of 64.48º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BBC53F is Cyan = 0.05, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 187 | 197 | 63 | - |
| CMYK | 0.05 | 0 | 0.68 | 0.23 |
| HSL | 64.48º | 0.54% | 0.51% | - |
| HSV(B) | 64.48º | 0.68% | 0.77% | - |
| XYZ | 41.36 | 50.86 | 12.34 | - |
| YUV | 178.73 | 62.69 | 133.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 197 | 63 | 0.05 | 0 | 0.68 | 0.23 | 64.48 | 0.54 | 0.51 |
| Hex | BB | C5 | 3F | 5 | 0 | 44 | 17 | 40 | 36 | 33 |
| Octal | 273 | 305 | 77 | 5 | 0 | 104 | 27 | 100 | 66 | 63 |
| Binary | 10111011 | 11000101 | 111111 | 101 | 0 | 1000100 | 10111 | 1000000 | 110110 | 110011 |
Color Harmonies of #BBC53F
Complementary color
Monochromatic Colors of #BBC53F
Black with #BBC53F
Text Example
Text Example
White with #BBC53F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC53F; }
p { color: rgb(187,197,63); }
H1.HeaderClassName
{
color: #BBC53F;
}
.AnyTagClassName
{
color: #BBC53F;
}
</style>
background-color css
<style>
a { background-color: #BBC53F; }
a { background-color: rgb(187,197,63); }
div.DivClassName
{
background-color: #BBC53F;
}
.BgClassName
{
background-color: #BBC53F;
}
</style>
border-color css
<style>
span { border-color: #BBC53F; }
span { border-color: rgb(187,197,63); }
td.TdClassName
{
border-color: #BBC53F;
}
.TagClassName
{
border-color: #BBC53F;
}
</style>