Shades of Celery #BABC4E
Tints of Celery #BABC4E
RGB
CMYK
RGB Variations
Color information
#BABC4E (or 0xBABC4E) is known color: Celery. HEX triplet: BA, BC and 4E. RGB value is (186,188,78). Sum of RGB (Red+Green+Blue) = 186+188+78=452 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.15% from 452); Green value is 188 (73.83% from 255 or 41.59% from 452); Blue value is 78 (30.86% from 255 or 17.26% from 452); Max value from RGB is 188 - color contains mainly: green. Hex color #BABC4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BABC4E is #4543B1. Grayscale: #AFAFAF. Windows color (decimal): -4539314 or 5160122. OLE color: 5160122.
HSL color Cylindrical-coordinate representation of color #BABC4E: hue angle of 61.09º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BABC4E is Cyan = 0.01, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 188 | 78 | - |
| CMYK | 0.01 | 0 | 0.59 | 0.26 |
| HSL | 61.09º | 0.45% | 0.52% | - |
| HSV(B) | 61.09º | 0.59% | 0.74% | - |
| XYZ | 39.61 | 46.96 | 14.18 | - |
| YUV | 174.86 | 73.34 | 135.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 188 | 78 | 0.01 | 0 | 0.59 | 0.26 | 61.09 | 0.45 | 0.52 |
| Hex | BA | BC | 4E | 1 | 0 | 3B | 1A | 3D | 2D | 34 |
| Octal | 272 | 274 | 116 | 1 | 0 | 73 | 32 | 75 | 55 | 64 |
| Binary | 10111010 | 10111100 | 1001110 | 1 | 0 | 111011 | 11010 | 111101 | 101101 | 110100 |
Color Harmonies of #BABC4E
Complementary color
Monochromatic Colors of #BABC4E
Black with #BABC4E
Text Example
Text Example
White with #BABC4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABC4E; }
p { color: rgb(186,188,78); }
H1.HeaderClassName
{
color: #BABC4E;
}
.AnyTagClassName
{
color: #BABC4E;
}
</style>
background-color css
<style>
a { background-color: #BABC4E; }
a { background-color: rgb(186,188,78); }
div.DivClassName
{
background-color: #BABC4E;
}
.BgClassName
{
background-color: #BABC4E;
}
</style>
border-color css
<style>
span { border-color: #BABC4E; }
span { border-color: rgb(186,188,78); }
td.TdClassName
{
border-color: #BABC4E;
}
.TagClassName
{
border-color: #BABC4E;
}
</style>