Shades of Celery #BAB64C
Tints of Celery #BAB64C
RGB
CMYK
RGB Variations
Color information
#BAB64C (or 0xBAB64C) is known color: Celery. HEX triplet: BA, B6 and 4C. RGB value is (186,182,76). Sum of RGB (Red+Green+Blue) = 186+182+76=444 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.89% from 444); Green value is 182 (71.48% from 255 or 40.99% from 444); Blue value is 76 (30.08% from 255 or 17.12% from 444); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB64C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB64C is #4549B3. Grayscale: #ABABAB. Windows color (decimal): -4540852 or 5027514. OLE color: 5027514.
HSL color Cylindrical-coordinate representation of color #BAB64C: hue angle of 57.82º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BAB64C is Cyan = 0, Magento = 0.02, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 182 | 76 | - |
| CMYK | 0 | 0.02 | 0.59 | 0.27 |
| HSL | 57.82º | 0.44% | 0.51% | - |
| HSV(B) | 57.82º | 0.59% | 0.73% | - |
| XYZ | 38.28 | 44.42 | 13.39 | - |
| YUV | 171.11 | 74.33 | 138.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 182 | 76 | 0 | 0.02 | 0.59 | 0.27 | 57.82 | 0.44 | 0.51 |
| Hex | BA | B6 | 4C | 0 | 2 | 3B | 1B | 3A | 2C | 33 |
| Octal | 272 | 266 | 114 | 0 | 2 | 73 | 33 | 72 | 54 | 63 |
| Binary | 10111010 | 10110110 | 1001100 | 0 | 10 | 111011 | 11011 | 111010 | 101100 | 110011 |
Color Harmonies of #BAB64C
Complementary color
Monochromatic Colors of #BAB64C
Black with #BAB64C
Text Example
Text Example
White with #BAB64C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB64C; }
p { color: rgb(186,182,76); }
H1.HeaderClassName
{
color: #BAB64C;
}
.AnyTagClassName
{
color: #BAB64C;
}
</style>
background-color css
<style>
a { background-color: #BAB64C; }
a { background-color: rgb(186,182,76); }
div.DivClassName
{
background-color: #BAB64C;
}
.BgClassName
{
background-color: #BAB64C;
}
</style>
border-color css
<style>
span { border-color: #BAB64C; }
span { border-color: rgb(186,182,76); }
td.TdClassName
{
border-color: #BAB64C;
}
.TagClassName
{
border-color: #BAB64C;
}
</style>