Shades of Celery #ACB952
Tints of Celery #ACB952
RGB
CMYK
RGB Variations
Color information
#ACB952 (or 0xACB952) is known color: Celery. HEX triplet: AC, B9 and 52. RGB value is (172,185,82). Sum of RGB (Red+Green+Blue) = 172+185+82=439 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.18% from 439); Green value is 185 (72.66% from 255 or 42.14% from 439); Blue value is 82 (32.42% from 255 or 18.68% from 439); Max value from RGB is 185 - color contains mainly: green. Hex color #ACB952 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB952 is #5346AD. Grayscale: #A9A9A9. Windows color (decimal): -5457582 or 5421484. OLE color: 5421484.
HSL color Cylindrical-coordinate representation of color #ACB952: hue angle of 67.57º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ACB952 is Cyan = 0.07, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 185 | 82 | - |
| CMYK | 0.07 | 0 | 0.56 | 0.27 |
| HSL | 67.57º | 0.42% | 0.52% | - |
| HSV(B) | 67.57º | 0.56% | 0.73% | - |
| XYZ | 35.89 | 44.08 | 14.6 | - |
| YUV | 169.37 | 78.69 | 129.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 185 | 82 | 0.07 | 0 | 0.56 | 0.27 | 67.57 | 0.42 | 0.52 |
| Hex | AC | B9 | 52 | 7 | 0 | 38 | 1B | 44 | 2A | 34 |
| Octal | 254 | 271 | 122 | 7 | 0 | 70 | 33 | 104 | 52 | 64 |
| Binary | 10101100 | 10111001 | 1010010 | 111 | 0 | 111000 | 11011 | 1000100 | 101010 | 110100 |
Color Harmonies of #ACB952
Complementary color
Monochromatic Colors of #ACB952
Black with #ACB952
Text Example
Text Example
White with #ACB952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB952; }
p { color: rgb(172,185,82); }
H1.HeaderClassName
{
color: #ACB952;
}
.AnyTagClassName
{
color: #ACB952;
}
</style>
background-color css
<style>
a { background-color: #ACB952; }
a { background-color: rgb(172,185,82); }
div.DivClassName
{
background-color: #ACB952;
}
.BgClassName
{
background-color: #ACB952;
}
</style>
border-color css
<style>
span { border-color: #ACB952; }
span { border-color: rgb(172,185,82); }
td.TdClassName
{
border-color: #ACB952;
}
.TagClassName
{
border-color: #ACB952;
}
</style>