Shades of Celery #BAB93D
Tints of Celery #BAB93D
RGB
CMYK
RGB Variations
Color information
#BAB93D (or 0xBAB93D) is known color: Celery. HEX triplet: BA, B9 and 3D. RGB value is (186,185,61). Sum of RGB (Red+Green+Blue) = 186+185+61=432 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.06% from 432); Green value is 185 (72.66% from 255 or 42.82% from 432); Blue value is 61 (24.22% from 255 or 14.12% from 432); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB93D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB93D is #4546C2. Grayscale: #ABABAB. Windows color (decimal): -4540099 or 4045242. OLE color: 4045242.
HSL color Cylindrical-coordinate representation of color #BAB93D: hue angle of 59.52º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BAB93D is Cyan = 0, Magento = 0.01, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 185 | 61 | - |
| CMYK | 0 | 0.01 | 0.67 | 0.27 |
| HSL | 59.52º | 0.51% | 0.48% | - |
| HSV(B) | 59.52º | 0.67% | 0.73% | - |
| XYZ | 38.44 | 45.47 | 11.17 | - |
| YUV | 171.16 | 65.83 | 138.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 185 | 61 | 0 | 0.01 | 0.67 | 0.27 | 59.52 | 0.51 | 0.48 |
| Hex | BA | B9 | 3D | 0 | 1 | 43 | 1B | 3C | 33 | 30 |
| Octal | 272 | 271 | 75 | 0 | 1 | 103 | 33 | 74 | 63 | 60 |
| Binary | 10111010 | 10111001 | 111101 | 0 | 1 | 1000011 | 11011 | 111100 | 110011 | 110000 |
Color Harmonies of #BAB93D
Complementary color
Monochromatic Colors of #BAB93D
Black with #BAB93D
Text Example
Text Example
White with #BAB93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB93D; }
p { color: rgb(186,185,61); }
H1.HeaderClassName
{
color: #BAB93D;
}
.AnyTagClassName
{
color: #BAB93D;
}
</style>
background-color css
<style>
a { background-color: #BAB93D; }
a { background-color: rgb(186,185,61); }
div.DivClassName
{
background-color: #BAB93D;
}
.BgClassName
{
background-color: #BAB93D;
}
</style>
border-color css
<style>
span { border-color: #BAB93D; }
span { border-color: rgb(186,185,61); }
td.TdClassName
{
border-color: #BAB93D;
}
.TagClassName
{
border-color: #BAB93D;
}
</style>