Shades of Celery #BABC42
Tints of Celery #BABC42
RGB
CMYK
RGB Variations
Color information
#BABC42 (or 0xBABC42) is known color: Celery. HEX triplet: BA, BC and 42. RGB value is (186,188,66). Sum of RGB (Red+Green+Blue) = 186+188+66=440 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.27% from 440); Green value is 188 (73.83% from 255 or 42.73% from 440); Blue value is 66 (26.17% from 255 or 15% from 440); Max value from RGB is 188 - color contains mainly: green. Hex color #BABC42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BABC42 is #4543BD. Grayscale: #ADADAD. Windows color (decimal): -4539326 or 4373690. OLE color: 4373690.
HSL color Cylindrical-coordinate representation of color #BABC42: hue angle of 60.98º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BABC42 is Cyan = 0.01, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 188 | 66 | - |
| CMYK | 0.01 | 0 | 0.65 | 0.26 |
| HSL | 60.98º | 0.48% | 0.5% | - |
| HSV(B) | 60.98º | 0.65% | 0.74% | - |
| XYZ | 39.22 | 46.8 | 12.12 | - |
| YUV | 173.49 | 67.34 | 136.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 188 | 66 | 0.01 | 0 | 0.65 | 0.26 | 60.98 | 0.48 | 0.5 |
| Hex | BA | BC | 42 | 1 | 0 | 41 | 1A | 3D | 30 | 32 |
| Octal | 272 | 274 | 102 | 1 | 0 | 101 | 32 | 75 | 60 | 62 |
| Binary | 10111010 | 10111100 | 1000010 | 1 | 0 | 1000001 | 11010 | 111101 | 110000 | 110010 |
Color Harmonies of #BABC42
Complementary color
Monochromatic Colors of #BABC42
Black with #BABC42
Text Example
Text Example
White with #BABC42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABC42; }
p { color: rgb(186,188,66); }
H1.HeaderClassName
{
color: #BABC42;
}
.AnyTagClassName
{
color: #BABC42;
}
</style>
background-color css
<style>
a { background-color: #BABC42; }
a { background-color: rgb(186,188,66); }
div.DivClassName
{
background-color: #BABC42;
}
.BgClassName
{
background-color: #BABC42;
}
</style>
border-color css
<style>
span { border-color: #BABC42; }
span { border-color: rgb(186,188,66); }
td.TdClassName
{
border-color: #BABC42;
}
.TagClassName
{
border-color: #BABC42;
}
</style>