Shades of Celery #BABA3F
Tints of Celery #BABA3F
RGB
CMYK
RGB Variations
Color information
#BABA3F (or 0xBABA3F) is known color: Celery. HEX triplet: BA, BA and 3F. RGB value is (186,186,63). Sum of RGB (Red+Green+Blue) = 186+186+63=435 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.76% from 435); Green value is 186 (73.05% from 255 or 42.76% from 435); Blue value is 63 (25% from 255 or 14.48% from 435); Max value from RGB is 186 - color contains mainly: red, green. Hex color #BABA3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BABA3F is #4545C0. Grayscale: #ACACAC. Windows color (decimal): -4539841 or 4176570. OLE color: 4176570.
HSL color Cylindrical-coordinate representation of color #BABA3F: hue angle of 60º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BABA3F is Cyan = 0, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 186 | 63 | - |
| CMYK | 0 | 0 | 0.66 | 0.27 |
| HSL | 60º | 0.49% | 0.49% | - |
| HSV(B) | 60º | 0.66% | 0.73% | - |
| XYZ | 38.71 | 45.92 | 11.53 | - |
| YUV | 171.98 | 66.5 | 138 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 186 | 63 | 0 | 0 | 0.66 | 0.27 | 60 | 0.49 | 0.49 |
| Hex | BA | BA | 3F | 0 | 0 | 42 | 1B | 3C | 31 | 31 |
| Octal | 272 | 272 | 77 | 0 | 0 | 102 | 33 | 74 | 61 | 61 |
| Binary | 10111010 | 10111010 | 111111 | 0 | 0 | 1000010 | 11011 | 111100 | 110001 | 110001 |
Color Harmonies of #BABA3F
Complementary color
Monochromatic Colors of #BABA3F
Black with #BABA3F
Text Example
Text Example
White with #BABA3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABA3F; }
p { color: rgb(186,186,63); }
H1.HeaderClassName
{
color: #BABA3F;
}
.AnyTagClassName
{
color: #BABA3F;
}
</style>
background-color css
<style>
a { background-color: #BABA3F; }
a { background-color: rgb(186,186,63); }
div.DivClassName
{
background-color: #BABA3F;
}
.BgClassName
{
background-color: #BABA3F;
}
</style>
border-color css
<style>
span { border-color: #BABA3F; }
span { border-color: rgb(186,186,63); }
td.TdClassName
{
border-color: #BABA3F;
}
.TagClassName
{
border-color: #BABA3F;
}
</style>