Shades of Celery #ACB944
Tints of Celery #ACB944
RGB
CMYK
RGB Variations
Color information
#ACB944 (or 0xACB944) is known color: Celery. HEX triplet: AC, B9 and 44. RGB value is (172,185,68). Sum of RGB (Red+Green+Blue) = 172+185+68=425 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.47% from 425); Green value is 185 (72.66% from 255 or 43.53% from 425); Blue value is 68 (26.95% from 255 or 16% from 425); Max value from RGB is 185 - color contains mainly: green. Hex color #ACB944 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB944 is #5346BB. Grayscale: #A8A8A8. Windows color (decimal): -5457596 or 4503980. OLE color: 4503980.
HSL color Cylindrical-coordinate representation of color #ACB944: hue angle of 66.67º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ACB944 is Cyan = 0.07, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 185 | 68 | - |
| CMYK | 0.07 | 0 | 0.63 | 0.27 |
| HSL | 66.67º | 0.46% | 0.5% | - |
| HSV(B) | 66.67º | 0.63% | 0.73% | - |
| XYZ | 35.41 | 43.89 | 12.07 | - |
| YUV | 167.78 | 71.69 | 131.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 185 | 68 | 0.07 | 0 | 0.63 | 0.27 | 66.67 | 0.46 | 0.5 |
| Hex | AC | B9 | 44 | 7 | 0 | 3F | 1B | 43 | 2E | 32 |
| Octal | 254 | 271 | 104 | 7 | 0 | 77 | 33 | 103 | 56 | 62 |
| Binary | 10101100 | 10111001 | 1000100 | 111 | 0 | 111111 | 11011 | 1000011 | 101110 | 110010 |
Color Harmonies of #ACB944
Complementary color
Monochromatic Colors of #ACB944
Black with #ACB944
Text Example
Text Example
White with #ACB944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB944; }
p { color: rgb(172,185,68); }
H1.HeaderClassName
{
color: #ACB944;
}
.AnyTagClassName
{
color: #ACB944;
}
</style>
background-color css
<style>
a { background-color: #ACB944; }
a { background-color: rgb(172,185,68); }
div.DivClassName
{
background-color: #ACB944;
}
.BgClassName
{
background-color: #ACB944;
}
</style>
border-color css
<style>
span { border-color: #ACB944; }
span { border-color: rgb(172,185,68); }
td.TdClassName
{
border-color: #ACB944;
}
.TagClassName
{
border-color: #ACB944;
}
</style>