Shades of Celery #BBC04D
Tints of Celery #BBC04D
RGB
CMYK
RGB Variations
Color information
#BBC04D (or 0xBBC04D) is known color: Celery. HEX triplet: BB, C0 and 4D. RGB value is (187,192,77). Sum of RGB (Red+Green+Blue) = 187+192+77=456 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.01% from 456); Green value is 192 (75.39% from 255 or 42.11% from 456); Blue value is 77 (30.47% from 255 or 16.89% from 456); Max value from RGB is 192 - color contains mainly: green. Hex color #BBC04D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC04D is #443FB2. Grayscale: #B1B1B1. Windows color (decimal): -4472755 or 5095611. OLE color: 5095611.
HSL color Cylindrical-coordinate representation of color #BBC04D: hue angle of 62.61º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BBC04D is Cyan = 0.03, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 192 | 77 | - |
| CMYK | 0.03 | 0 | 0.60 | 0.25 |
| HSL | 62.61º | 0.48% | 0.53% | - |
| HSV(B) | 62.61º | 0.6% | 0.75% | - |
| XYZ | 40.68 | 48.8 | 14.3 | - |
| YUV | 177.4 | 71.34 | 134.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 192 | 77 | 0.03 | 0 | 0.60 | 0.25 | 62.61 | 0.48 | 0.53 |
| Hex | BB | C0 | 4D | 3 | 0 | 3C | 19 | 3F | 30 | 35 |
| Octal | 273 | 300 | 115 | 3 | 0 | 74 | 31 | 77 | 60 | 65 |
| Binary | 10111011 | 11000000 | 1001101 | 11 | 0 | 111100 | 11001 | 111111 | 110000 | 110101 |
Color Harmonies of #BBC04D
Complementary color
Monochromatic Colors of #BBC04D
Black with #BBC04D
Text Example
Text Example
White with #BBC04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC04D; }
p { color: rgb(187,192,77); }
H1.HeaderClassName
{
color: #BBC04D;
}
.AnyTagClassName
{
color: #BBC04D;
}
</style>
background-color css
<style>
a { background-color: #BBC04D; }
a { background-color: rgb(187,192,77); }
div.DivClassName
{
background-color: #BBC04D;
}
.BgClassName
{
background-color: #BBC04D;
}
</style>
border-color css
<style>
span { border-color: #BBC04D; }
span { border-color: rgb(187,192,77); }
td.TdClassName
{
border-color: #BBC04D;
}
.TagClassName
{
border-color: #BBC04D;
}
</style>