Shades of Celery #BABC54
Tints of Celery #BABC54
RGB
CMYK
RGB Variations
Color information
#BABC54 (or 0xBABC54) is known color: Celery. HEX triplet: BA, BC and 54. RGB value is (186,188,84). Sum of RGB (Red+Green+Blue) = 186+188+84=458 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.61% from 458); Green value is 188 (73.83% from 255 or 41.05% from 458); Blue value is 84 (33.20% from 255 or 18.34% from 458); Max value from RGB is 188 - color contains mainly: green. Hex color #BABC54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BABC54 is #4543AB. Grayscale: #AFAFAF. Windows color (decimal): -4539308 or 5553338. OLE color: 5553338.
HSL color Cylindrical-coordinate representation of color #BABC54: hue angle of 61.15º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BABC54 is Cyan = 0.01, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 188 | 84 | - |
| CMYK | 0.01 | 0 | 0.55 | 0.26 |
| HSL | 61.15º | 0.44% | 0.53% | - |
| HSV(B) | 61.15º | 0.55% | 0.74% | - |
| XYZ | 39.83 | 47.05 | 15.37 | - |
| YUV | 175.55 | 76.34 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 188 | 84 | 0.01 | 0 | 0.55 | 0.26 | 61.15 | 0.44 | 0.53 |
| Hex | BA | BC | 54 | 1 | 0 | 37 | 1A | 3D | 2C | 35 |
| Octal | 272 | 274 | 124 | 1 | 0 | 67 | 32 | 75 | 54 | 65 |
| Binary | 10111010 | 10111100 | 1010100 | 1 | 0 | 110111 | 11010 | 111101 | 101100 | 110101 |
Color Harmonies of #BABC54
Complementary color
Monochromatic Colors of #BABC54
Black with #BABC54
Text Example
Text Example
White with #BABC54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABC54; }
p { color: rgb(186,188,84); }
H1.HeaderClassName
{
color: #BABC54;
}
.AnyTagClassName
{
color: #BABC54;
}
</style>
background-color css
<style>
a { background-color: #BABC54; }
a { background-color: rgb(186,188,84); }
div.DivClassName
{
background-color: #BABC54;
}
.BgClassName
{
background-color: #BABC54;
}
</style>
border-color css
<style>
span { border-color: #BABC54; }
span { border-color: rgb(186,188,84); }
td.TdClassName
{
border-color: #BABC54;
}
.TagClassName
{
border-color: #BABC54;
}
</style>