Shades of Celery #ACB94A
Tints of Celery #ACB94A
RGB
CMYK
RGB Variations
Color information
#ACB94A (or 0xACB94A) is known color: Celery. HEX triplet: AC, B9 and 4A. RGB value is (172,185,74). Sum of RGB (Red+Green+Blue) = 172+185+74=431 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.91% from 431); Green value is 185 (72.66% from 255 or 42.92% from 431); Blue value is 74 (29.30% from 255 or 17.17% from 431); Max value from RGB is 185 - color contains mainly: green. Hex color #ACB94A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB94A is #5346B5. Grayscale: #A8A8A8. Windows color (decimal): -5457590 or 4897196. OLE color: 4897196.
HSL color Cylindrical-coordinate representation of color #ACB94A: hue angle of 67.03º degrees, saturation: 0.44, 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 #ACB94A is Cyan = 0.07, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 185 | 74 | - |
| CMYK | 0.07 | 0 | 0.6 | 0.27 |
| HSL | 67.03º | 0.44% | 0.51% | - |
| HSV(B) | 67.03º | 0.6% | 0.73% | - |
| XYZ | 35.6 | 43.96 | 13.09 | - |
| YUV | 168.46 | 74.69 | 130.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 185 | 74 | 0.07 | 0 | 0.6 | 0.27 | 67.03 | 0.44 | 0.51 |
| Hex | AC | B9 | 4A | 7 | 0 | 3C | 1B | 43 | 2C | 33 |
| Octal | 254 | 271 | 112 | 7 | 0 | 74 | 33 | 103 | 54 | 63 |
| Binary | 10101100 | 10111001 | 1001010 | 111 | 0 | 111100 | 11011 | 1000011 | 101100 | 110011 |
Color Harmonies of #ACB94A
Complementary color
Monochromatic Colors of #ACB94A
Black with #ACB94A
Text Example
Text Example
White with #ACB94A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB94A; }
p { color: rgb(172,185,74); }
H1.HeaderClassName
{
color: #ACB94A;
}
.AnyTagClassName
{
color: #ACB94A;
}
</style>
background-color css
<style>
a { background-color: #ACB94A; }
a { background-color: rgb(172,185,74); }
div.DivClassName
{
background-color: #ACB94A;
}
.BgClassName
{
background-color: #ACB94A;
}
</style>
border-color css
<style>
span { border-color: #ACB94A; }
span { border-color: rgb(172,185,74); }
td.TdClassName
{
border-color: #ACB94A;
}
.TagClassName
{
border-color: #ACB94A;
}
</style>