Shades of Celery #BABB40
Tints of Celery #BABB40
RGB
CMYK
RGB Variations
Color information
#BABB40 (or 0xBABB40) is known color: Celery. HEX triplet: BA, BB and 40. RGB value is (186,187,64). Sum of RGB (Red+Green+Blue) = 186+187+64=437 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.56% from 437); Green value is 187 (73.44% from 255 or 42.79% from 437); Blue value is 64 (25.39% from 255 or 14.65% from 437); Max value from RGB is 187 - color contains mainly: green. Hex color #BABB40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BABB40 is #4544BF. Grayscale: #ADADAD. Windows color (decimal): -4539584 or 4242362. OLE color: 4242362.
HSL color Cylindrical-coordinate representation of color #BABB40: hue angle of 60.49º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BABB40 is Cyan = 0.01, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 187 | 64 | - |
| CMYK | 0.01 | 0 | 0.66 | 0.27 |
| HSL | 60.49º | 0.49% | 0.49% | - |
| HSV(B) | 60.49º | 0.66% | 0.73% | - |
| XYZ | 38.95 | 46.35 | 11.74 | - |
| YUV | 172.68 | 66.67 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 187 | 64 | 0.01 | 0 | 0.66 | 0.27 | 60.49 | 0.49 | 0.49 |
| Hex | BA | BB | 40 | 1 | 0 | 42 | 1B | 3C | 31 | 31 |
| Octal | 272 | 273 | 100 | 1 | 0 | 102 | 33 | 74 | 61 | 61 |
| Binary | 10111010 | 10111011 | 1000000 | 1 | 0 | 1000010 | 11011 | 111100 | 110001 | 110001 |
Color Harmonies of #BABB40
Complementary color
Monochromatic Colors of #BABB40
Black with #BABB40
Text Example
Text Example
White with #BABB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABB40; }
p { color: rgb(186,187,64); }
H1.HeaderClassName
{
color: #BABB40;
}
.AnyTagClassName
{
color: #BABB40;
}
</style>
background-color css
<style>
a { background-color: #BABB40; }
a { background-color: rgb(186,187,64); }
div.DivClassName
{
background-color: #BABB40;
}
.BgClassName
{
background-color: #BABB40;
}
</style>
border-color css
<style>
span { border-color: #BABB40; }
span { border-color: rgb(186,187,64); }
td.TdClassName
{
border-color: #BABB40;
}
.TagClassName
{
border-color: #BABB40;
}
</style>