Shades of Celery #ACB957
Tints of Celery #ACB957
RGB
CMYK
RGB Variations
Color information
#ACB957 (or 0xACB957) is known color: Celery. HEX triplet: AC, B9 and 57. RGB value is (172,185,87). Sum of RGB (Red+Green+Blue) = 172+185+87=444 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.74% from 444); Green value is 185 (72.66% from 255 or 41.67% from 444); Blue value is 87 (34.38% from 255 or 19.59% from 444); Max value from RGB is 185 - color contains mainly: green. Hex color #ACB957 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB957 is #5346A8. Grayscale: #AAAAAA. Windows color (decimal): -5457577 or 5749164. OLE color: 5749164.
HSL color Cylindrical-coordinate representation of color #ACB957: hue angle of 67.96º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ACB957 is Cyan = 0.07, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 185 | 87 | - |
| CMYK | 0.07 | 0 | 0.53 | 0.27 |
| HSL | 67.96º | 0.41% | 0.53% | - |
| HSV(B) | 67.96º | 0.53% | 0.73% | - |
| XYZ | 36.08 | 44.16 | 15.64 | - |
| YUV | 169.94 | 81.19 | 129.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 185 | 87 | 0.07 | 0 | 0.53 | 0.27 | 67.96 | 0.41 | 0.53 |
| Hex | AC | B9 | 57 | 7 | 0 | 35 | 1B | 44 | 29 | 35 |
| Octal | 254 | 271 | 127 | 7 | 0 | 65 | 33 | 104 | 51 | 65 |
| Binary | 10101100 | 10111001 | 1010111 | 111 | 0 | 110101 | 11011 | 1000100 | 101001 | 110101 |
Color Harmonies of #ACB957
Complementary color
Monochromatic Colors of #ACB957
Black with #ACB957
Text Example
Text Example
White with #ACB957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB957; }
p { color: rgb(172,185,87); }
H1.HeaderClassName
{
color: #ACB957;
}
.AnyTagClassName
{
color: #ACB957;
}
</style>
background-color css
<style>
a { background-color: #ACB957; }
a { background-color: rgb(172,185,87); }
div.DivClassName
{
background-color: #ACB957;
}
.BgClassName
{
background-color: #ACB957;
}
</style>
border-color css
<style>
span { border-color: #ACB957; }
span { border-color: rgb(172,185,87); }
td.TdClassName
{
border-color: #ACB957;
}
.TagClassName
{
border-color: #ACB957;
}
</style>