Shades of Celery #ACB954
Tints of Celery #ACB954
RGB
CMYK
RGB Variations
Color information
#ACB954 (or 0xACB954) is known color: Celery. HEX triplet: AC, B9 and 54. RGB value is (172,185,84). Sum of RGB (Red+Green+Blue) = 172+185+84=441 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.00% from 441); Green value is 185 (72.66% from 255 or 41.95% from 441); Blue value is 84 (33.20% from 255 or 19.05% from 441); Max value from RGB is 185 - color contains mainly: green. Hex color #ACB954 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB954 is #5346AB. Grayscale: #A9A9A9. Windows color (decimal): -5457580 or 5552556. OLE color: 5552556.
HSL color Cylindrical-coordinate representation of color #ACB954: hue angle of 67.72º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ACB954 is Cyan = 0.07, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 185 | 84 | - |
| CMYK | 0.07 | 0 | 0.55 | 0.27 |
| HSL | 67.72º | 0.42% | 0.53% | - |
| HSV(B) | 67.72º | 0.55% | 0.73% | - |
| XYZ | 35.96 | 44.11 | 15.01 | - |
| YUV | 169.6 | 79.69 | 129.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 185 | 84 | 0.07 | 0 | 0.55 | 0.27 | 67.72 | 0.42 | 0.53 |
| Hex | AC | B9 | 54 | 7 | 0 | 37 | 1B | 44 | 2A | 35 |
| Octal | 254 | 271 | 124 | 7 | 0 | 67 | 33 | 104 | 52 | 65 |
| Binary | 10101100 | 10111001 | 1010100 | 111 | 0 | 110111 | 11011 | 1000100 | 101010 | 110101 |
Color Harmonies of #ACB954
Complementary color
Monochromatic Colors of #ACB954
Black with #ACB954
Text Example
Text Example
White with #ACB954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB954; }
p { color: rgb(172,185,84); }
H1.HeaderClassName
{
color: #ACB954;
}
.AnyTagClassName
{
color: #ACB954;
}
</style>
background-color css
<style>
a { background-color: #ACB954; }
a { background-color: rgb(172,185,84); }
div.DivClassName
{
background-color: #ACB954;
}
.BgClassName
{
background-color: #ACB954;
}
</style>
border-color css
<style>
span { border-color: #ACB954; }
span { border-color: rgb(172,185,84); }
td.TdClassName
{
border-color: #ACB954;
}
.TagClassName
{
border-color: #ACB954;
}
</style>