Shades of Celery #ACB852
Tints of Celery #ACB852
RGB
CMYK
RGB Variations
Color information
#ACB852 (or 0xACB852) is known color: Celery. HEX triplet: AC, B8 and 52. RGB value is (172,184,82). Sum of RGB (Red+Green+Blue) = 172+184+82=438 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.27% from 438); Green value is 184 (72.27% from 255 or 42.01% from 438); Blue value is 82 (32.42% from 255 or 18.72% from 438); Max value from RGB is 184 - color contains mainly: green. Hex color #ACB852 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB852 is #5347AD. Grayscale: #A9A9A9. Windows color (decimal): -5457838 or 5421228. OLE color: 5421228.
HSL color Cylindrical-coordinate representation of color #ACB852: hue angle of 67.06º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ACB852 is Cyan = 0.07, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 172 | 184 | 82 | - |
| CMYK | 0.07 | 0 | 0.55 | 0.28 |
| HSL | 67.06º | 0.42% | 0.52% | - |
| HSV(B) | 67.06º | 0.55% | 0.72% | - |
| XYZ | 35.68 | 43.66 | 14.53 | - |
| YUV | 168.78 | 79.02 | 130.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 184 | 82 | 0.07 | 0 | 0.55 | 0.28 | 67.06 | 0.42 | 0.52 |
| Hex | AC | B8 | 52 | 7 | 0 | 37 | 1C | 43 | 2A | 34 |
| Octal | 254 | 270 | 122 | 7 | 0 | 67 | 34 | 103 | 52 | 64 |
| Binary | 10101100 | 10111000 | 1010010 | 111 | 0 | 110111 | 11100 | 1000011 | 101010 | 110100 |
Color Harmonies of #ACB852
Complementary color
Monochromatic Colors of #ACB852
Black with #ACB852
Text Example
Text Example
White with #ACB852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB852; }
p { color: rgb(172,184,82); }
H1.HeaderClassName
{
color: #ACB852;
}
.AnyTagClassName
{
color: #ACB852;
}
</style>
background-color css
<style>
a { background-color: #ACB852; }
a { background-color: rgb(172,184,82); }
div.DivClassName
{
background-color: #ACB852;
}
.BgClassName
{
background-color: #ACB852;
}
</style>
border-color css
<style>
span { border-color: #ACB852; }
span { border-color: rgb(172,184,82); }
td.TdClassName
{
border-color: #ACB852;
}
.TagClassName
{
border-color: #ACB852;
}
</style>