Shades of Celery #BAB93F
Tints of Celery #BAB93F
RGB
CMYK
RGB Variations
Color information
#BAB93F (or 0xBAB93F) is known color: Celery. HEX triplet: BA, B9 and 3F. RGB value is (186,185,63). Sum of RGB (Red+Green+Blue) = 186+185+63=434 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.86% from 434); Green value is 185 (72.66% from 255 or 42.63% from 434); Blue value is 63 (25% from 255 or 14.52% from 434); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB93F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB93F is #4546C0. Grayscale: #ABABAB. Windows color (decimal): -4540097 or 4176314. OLE color: 4176314.
HSL color Cylindrical-coordinate representation of color #BAB93F: hue angle of 59.51º 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 #BAB93F is Cyan = 0, Magento = 0.01, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 185 | 63 | - |
| CMYK | 0 | 0.01 | 0.66 | 0.27 |
| HSL | 59.51º | 0.49% | 0.49% | - |
| HSV(B) | 59.51º | 0.66% | 0.73% | - |
| XYZ | 38.5 | 45.5 | 11.46 | - |
| YUV | 171.39 | 66.83 | 138.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 185 | 63 | 0 | 0.01 | 0.66 | 0.27 | 59.51 | 0.49 | 0.49 |
| Hex | BA | B9 | 3F | 0 | 1 | 42 | 1B | 3C | 31 | 31 |
| Octal | 272 | 271 | 77 | 0 | 1 | 102 | 33 | 74 | 61 | 61 |
| Binary | 10111010 | 10111001 | 111111 | 0 | 1 | 1000010 | 11011 | 111100 | 110001 | 110001 |
Color Harmonies of #BAB93F
Complementary color
Monochromatic Colors of #BAB93F
Black with #BAB93F
Text Example
Text Example
White with #BAB93F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB93F; }
p { color: rgb(186,185,63); }
H1.HeaderClassName
{
color: #BAB93F;
}
.AnyTagClassName
{
color: #BAB93F;
}
</style>
background-color css
<style>
a { background-color: #BAB93F; }
a { background-color: rgb(186,185,63); }
div.DivClassName
{
background-color: #BAB93F;
}
.BgClassName
{
background-color: #BAB93F;
}
</style>
border-color css
<style>
span { border-color: #BAB93F; }
span { border-color: rgb(186,185,63); }
td.TdClassName
{
border-color: #BAB93F;
}
.TagClassName
{
border-color: #BAB93F;
}
</style>