Shades of Celery #ACB94F
Tints of Celery #ACB94F
RGB
CMYK
RGB Variations
Color information
#ACB94F (or 0xACB94F) is known color: Celery. HEX triplet: AC, B9 and 4F. RGB value is (172,185,79). Sum of RGB (Red+Green+Blue) = 172+185+79=436 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.45% from 436); Green value is 185 (72.66% from 255 or 42.43% from 436); Blue value is 79 (31.25% from 255 or 18.12% from 436); Max value from RGB is 185 - color contains mainly: green. Hex color #ACB94F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB94F is #5346B0. Grayscale: #A9A9A9. Windows color (decimal): -5457585 or 5224876. OLE color: 5224876.
HSL color Cylindrical-coordinate representation of color #ACB94F: hue angle of 67.36º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ACB94F is Cyan = 0.07, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 185 | 79 | - |
| CMYK | 0.07 | 0 | 0.57 | 0.27 |
| HSL | 67.36º | 0.43% | 0.52% | - |
| HSV(B) | 67.36º | 0.57% | 0.73% | - |
| XYZ | 35.77 | 44.03 | 14.01 | - |
| YUV | 169.03 | 77.19 | 130.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 185 | 79 | 0.07 | 0 | 0.57 | 0.27 | 67.36 | 0.43 | 0.52 |
| Hex | AC | B9 | 4F | 7 | 0 | 39 | 1B | 43 | 2B | 34 |
| Octal | 254 | 271 | 117 | 7 | 0 | 71 | 33 | 103 | 53 | 64 |
| Binary | 10101100 | 10111001 | 1001111 | 111 | 0 | 111001 | 11011 | 1000011 | 101011 | 110100 |
Color Harmonies of #ACB94F
Complementary color
Monochromatic Colors of #ACB94F
Black with #ACB94F
Text Example
Text Example
White with #ACB94F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB94F; }
p { color: rgb(172,185,79); }
H1.HeaderClassName
{
color: #ACB94F;
}
.AnyTagClassName
{
color: #ACB94F;
}
</style>
background-color css
<style>
a { background-color: #ACB94F; }
a { background-color: rgb(172,185,79); }
div.DivClassName
{
background-color: #ACB94F;
}
.BgClassName
{
background-color: #ACB94F;
}
</style>
border-color css
<style>
span { border-color: #ACB94F; }
span { border-color: rgb(172,185,79); }
td.TdClassName
{
border-color: #ACB94F;
}
.TagClassName
{
border-color: #ACB94F;
}
</style>