Shades of Celery #BAB94A
Tints of Celery #BAB94A
RGB
CMYK
RGB Variations
Color information
#BAB94A (or 0xBAB94A) is known color: Celery. HEX triplet: BA, B9 and 4A. RGB value is (186,185,74). Sum of RGB (Red+Green+Blue) = 186+185+74=445 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.80% from 445); Green value is 185 (72.66% from 255 or 41.57% from 445); Blue value is 74 (29.30% from 255 or 16.63% from 445); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB94A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB94A is #4546B5. Grayscale: #ADADAD. Windows color (decimal): -4540086 or 4897210. OLE color: 4897210.
HSL color Cylindrical-coordinate representation of color #BAB94A: hue angle of 59.46º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BAB94A is Cyan = 0, Magento = 0.01, Yellow = 0.60 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 185 | 74 | - |
| CMYK | 0 | 0.01 | 0.60 | 0.27 |
| HSL | 59.46º | 0.45% | 0.51% | - |
| HSV(B) | 59.46º | 0.6% | 0.73% | - |
| XYZ | 38.83 | 45.63 | 13.24 | - |
| YUV | 172.65 | 72.33 | 137.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 185 | 74 | 0 | 0.01 | 0.60 | 0.27 | 59.46 | 0.45 | 0.51 |
| Hex | BA | B9 | 4A | 0 | 1 | 3C | 1B | 3B | 2D | 33 |
| Octal | 272 | 271 | 112 | 0 | 1 | 74 | 33 | 73 | 55 | 63 |
| Binary | 10111010 | 10111001 | 1001010 | 0 | 1 | 111100 | 11011 | 111011 | 101101 | 110011 |
Color Harmonies of #BAB94A
Complementary color
Monochromatic Colors of #BAB94A
Black with #BAB94A
Text Example
Text Example
White with #BAB94A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB94A; }
p { color: rgb(186,185,74); }
H1.HeaderClassName
{
color: #BAB94A;
}
.AnyTagClassName
{
color: #BAB94A;
}
</style>
background-color css
<style>
a { background-color: #BAB94A; }
a { background-color: rgb(186,185,74); }
div.DivClassName
{
background-color: #BAB94A;
}
.BgClassName
{
background-color: #BAB94A;
}
</style>
border-color css
<style>
span { border-color: #BAB94A; }
span { border-color: rgb(186,185,74); }
td.TdClassName
{
border-color: #BAB94A;
}
.TagClassName
{
border-color: #BAB94A;
}
</style>