Shades of Celery #BBC54F
Tints of Celery #BBC54F
RGB
CMYK
RGB Variations
Color information
#BBC54F (or 0xBBC54F) is known color: Celery. HEX triplet: BB, C5 and 4F. RGB value is (187,197,79). Sum of RGB (Red+Green+Blue) = 187+197+79=463 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.39% from 463); Green value is 197 (77.34% from 255 or 42.55% from 463); Blue value is 79 (31.25% from 255 or 17.06% from 463); Max value from RGB is 197 - color contains mainly: green. Hex color #BBC54F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC54F is #443AB0. Grayscale: #B5B5B5. Windows color (decimal): -4471473 or 5227963. OLE color: 5227963.
HSL color Cylindrical-coordinate representation of color #BBC54F: hue angle of 65.08º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BBC54F is Cyan = 0.05, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 187 | 197 | 79 | - |
| CMYK | 0.05 | 0 | 0.60 | 0.23 |
| HSL | 65.08º | 0.5% | 0.54% | - |
| HSV(B) | 65.08º | 0.6% | 0.77% | - |
| XYZ | 41.87 | 51.06 | 15.05 | - |
| YUV | 180.56 | 70.69 | 132.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 197 | 79 | 0.05 | 0 | 0.60 | 0.23 | 65.08 | 0.5 | 0.54 |
| Hex | BB | C5 | 4F | 5 | 0 | 3C | 17 | 41 | 32 | 36 |
| Octal | 273 | 305 | 117 | 5 | 0 | 74 | 27 | 101 | 62 | 66 |
| Binary | 10111011 | 11000101 | 1001111 | 101 | 0 | 111100 | 10111 | 1000001 | 110010 | 110110 |
Color Harmonies of #BBC54F
Complementary color
Monochromatic Colors of #BBC54F
Black with #BBC54F
Text Example
Text Example
White with #BBC54F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC54F; }
p { color: rgb(187,197,79); }
H1.HeaderClassName
{
color: #BBC54F;
}
.AnyTagClassName
{
color: #BBC54F;
}
</style>
background-color css
<style>
a { background-color: #BBC54F; }
a { background-color: rgb(187,197,79); }
div.DivClassName
{
background-color: #BBC54F;
}
.BgClassName
{
background-color: #BBC54F;
}
</style>
border-color css
<style>
span { border-color: #BBC54F; }
span { border-color: rgb(187,197,79); }
td.TdClassName
{
border-color: #BBC54F;
}
.TagClassName
{
border-color: #BBC54F;
}
</style>