Shades of Celery #BABC40
Tints of Celery #BABC40
RGB
CMYK
RGB Variations
Color information
#BABC40 (or 0xBABC40) is known color: Celery. HEX triplet: BA, BC and 40. RGB value is (186,188,64). Sum of RGB (Red+Green+Blue) = 186+188+64=438 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.47% from 438); Green value is 188 (73.83% from 255 or 42.92% from 438); Blue value is 64 (25.39% from 255 or 14.61% from 438); Max value from RGB is 188 - color contains mainly: green. Hex color #BABC40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BABC40 is #4543BF. Grayscale: #ADADAD. Windows color (decimal): -4539328 or 4242618. OLE color: 4242618.
HSL color Cylindrical-coordinate representation of color #BABC40: hue angle of 60.97º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BABC40 is Cyan = 0.01, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 188 | 64 | - |
| CMYK | 0.01 | 0 | 0.66 | 0.26 |
| HSL | 60.97º | 0.49% | 0.49% | - |
| HSV(B) | 60.97º | 0.66% | 0.74% | - |
| XYZ | 39.16 | 46.78 | 11.82 | - |
| YUV | 173.27 | 66.34 | 137.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 188 | 64 | 0.01 | 0 | 0.66 | 0.26 | 60.97 | 0.49 | 0.49 |
| Hex | BA | BC | 40 | 1 | 0 | 42 | 1A | 3D | 31 | 31 |
| Octal | 272 | 274 | 100 | 1 | 0 | 102 | 32 | 75 | 61 | 61 |
| Binary | 10111010 | 10111100 | 1000000 | 1 | 0 | 1000010 | 11010 | 111101 | 110001 | 110001 |
Color Harmonies of #BABC40
Complementary color
Monochromatic Colors of #BABC40
Black with #BABC40
Text Example
Text Example
White with #BABC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABC40; }
p { color: rgb(186,188,64); }
H1.HeaderClassName
{
color: #BABC40;
}
.AnyTagClassName
{
color: #BABC40;
}
</style>
background-color css
<style>
a { background-color: #BABC40; }
a { background-color: rgb(186,188,64); }
div.DivClassName
{
background-color: #BABC40;
}
.BgClassName
{
background-color: #BABC40;
}
</style>
border-color css
<style>
span { border-color: #BABC40; }
span { border-color: rgb(186,188,64); }
td.TdClassName
{
border-color: #BABC40;
}
.TagClassName
{
border-color: #BABC40;
}
</style>