Shades of Celery #BAB93A
Tints of Celery #BAB93A
RGB
CMYK
RGB Variations
Color information
#BAB93A (or 0xBAB93A) is known color: Celery. HEX triplet: BA, B9 and 3A. RGB value is (186,185,58). Sum of RGB (Red+Green+Blue) = 186+185+58=429 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.36% from 429); Green value is 185 (72.66% from 255 or 43.12% from 429); Blue value is 58 (23.05% from 255 or 13.52% from 429); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB93A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB93A is #4546C5. Grayscale: #ABABAB. Windows color (decimal): -4540102 or 3848634. OLE color: 3848634.
HSL color Cylindrical-coordinate representation of color #BAB93A: hue angle of 59.53º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BAB93A is Cyan = 0, Magento = 0.01, Yellow = 0.69 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 185 | 58 | - |
| CMYK | 0 | 0.01 | 0.69 | 0.27 |
| HSL | 59.53º | 0.52% | 0.48% | - |
| HSV(B) | 59.53º | 0.69% | 0.73% | - |
| XYZ | 38.36 | 45.44 | 10.75 | - |
| YUV | 170.82 | 64.33 | 138.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 185 | 58 | 0 | 0.01 | 0.69 | 0.27 | 59.53 | 0.52 | 0.48 |
| Hex | BA | B9 | 3A | 0 | 1 | 45 | 1B | 3C | 34 | 30 |
| Octal | 272 | 271 | 72 | 0 | 1 | 105 | 33 | 74 | 64 | 60 |
| Binary | 10111010 | 10111001 | 111010 | 0 | 1 | 1000101 | 11011 | 111100 | 110100 | 110000 |
Color Harmonies of #BAB93A
Complementary color
Monochromatic Colors of #BAB93A
Black with #BAB93A
Text Example
Text Example
White with #BAB93A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB93A; }
p { color: rgb(186,185,58); }
H1.HeaderClassName
{
color: #BAB93A;
}
.AnyTagClassName
{
color: #BAB93A;
}
</style>
background-color css
<style>
a { background-color: #BAB93A; }
a { background-color: rgb(186,185,58); }
div.DivClassName
{
background-color: #BAB93A;
}
.BgClassName
{
background-color: #BAB93A;
}
</style>
border-color css
<style>
span { border-color: #BAB93A; }
span { border-color: rgb(186,185,58); }
td.TdClassName
{
border-color: #BAB93A;
}
.TagClassName
{
border-color: #BAB93A;
}
</style>