Shades of Celery #BABC45
Tints of Celery #BABC45
RGB
CMYK
RGB Variations
Color information
#BABC45 (or 0xBABC45) is known color: Celery. HEX triplet: BA, BC and 45. RGB value is (186,188,69). Sum of RGB (Red+Green+Blue) = 186+188+69=443 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.99% from 443); Green value is 188 (73.83% from 255 or 42.44% from 443); Blue value is 69 (27.34% from 255 or 15.58% from 443); Max value from RGB is 188 - color contains mainly: green. Hex color #BABC45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BABC45 is #4543BA. Grayscale: #AEAEAE. Windows color (decimal): -4539323 or 4570298. OLE color: 4570298.
HSL color Cylindrical-coordinate representation of color #BABC45: hue angle of 61.01º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BABC45 is Cyan = 0.01, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 188 | 69 | - |
| CMYK | 0.01 | 0 | 0.63 | 0.26 |
| HSL | 61.01º | 0.47% | 0.5% | - |
| HSV(B) | 61.01º | 0.63% | 0.74% | - |
| XYZ | 39.31 | 46.84 | 12.6 | - |
| YUV | 173.84 | 68.84 | 136.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 188 | 69 | 0.01 | 0 | 0.63 | 0.26 | 61.01 | 0.47 | 0.5 |
| Hex | BA | BC | 45 | 1 | 0 | 3F | 1A | 3D | 2F | 32 |
| Octal | 272 | 274 | 105 | 1 | 0 | 77 | 32 | 75 | 57 | 62 |
| Binary | 10111010 | 10111100 | 1000101 | 1 | 0 | 111111 | 11010 | 111101 | 101111 | 110010 |
Color Harmonies of #BABC45
Complementary color
Monochromatic Colors of #BABC45
Black with #BABC45
Text Example
Text Example
White with #BABC45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABC45; }
p { color: rgb(186,188,69); }
H1.HeaderClassName
{
color: #BABC45;
}
.AnyTagClassName
{
color: #BABC45;
}
</style>
background-color css
<style>
a { background-color: #BABC45; }
a { background-color: rgb(186,188,69); }
div.DivClassName
{
background-color: #BABC45;
}
.BgClassName
{
background-color: #BABC45;
}
</style>
border-color css
<style>
span { border-color: #BABC45; }
span { border-color: rgb(186,188,69); }
td.TdClassName
{
border-color: #BABC45;
}
.TagClassName
{
border-color: #BABC45;
}
</style>