Shades of Celery #ACB552
Tints of Celery #ACB552
RGB
CMYK
RGB Variations
Color information
#ACB552 (or 0xACB552) is known color: Celery. HEX triplet: AC, B5 and 52. RGB value is (172,181,82). Sum of RGB (Red+Green+Blue) = 172+181+82=435 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.54% from 435); Green value is 181 (71.09% from 255 or 41.61% from 435); Blue value is 82 (32.42% from 255 or 18.85% from 435); Max value from RGB is 181 - color contains mainly: green. Hex color #ACB552 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB552 is #534AAD. Grayscale: #A7A7A7. Windows color (decimal): -5458606 or 5420460. OLE color: 5420460.
HSL color Cylindrical-coordinate representation of color #ACB552: hue angle of 65.45º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ACB552 is Cyan = 0.05, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 172 | 181 | 82 | - |
| CMYK | 0.05 | 0 | 0.55 | 0.29 |
| HSL | 65.45º | 0.4% | 0.52% | - |
| HSV(B) | 65.45º | 0.55% | 0.71% | - |
| XYZ | 35.06 | 42.43 | 14.32 | - |
| YUV | 167.02 | 80.02 | 131.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 181 | 82 | 0.05 | 0 | 0.55 | 0.29 | 65.45 | 0.4 | 0.52 |
| Hex | AC | B5 | 52 | 5 | 0 | 37 | 1D | 41 | 28 | 34 |
| Octal | 254 | 265 | 122 | 5 | 0 | 67 | 35 | 101 | 50 | 64 |
| Binary | 10101100 | 10110101 | 1010010 | 101 | 0 | 110111 | 11101 | 1000001 | 101000 | 110100 |
Color Harmonies of #ACB552
Complementary color
Monochromatic Colors of #ACB552
Black with #ACB552
Text Example
Text Example
White with #ACB552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB552; }
p { color: rgb(172,181,82); }
H1.HeaderClassName
{
color: #ACB552;
}
.AnyTagClassName
{
color: #ACB552;
}
</style>
background-color css
<style>
a { background-color: #ACB552; }
a { background-color: rgb(172,181,82); }
div.DivClassName
{
background-color: #ACB552;
}
.BgClassName
{
background-color: #ACB552;
}
</style>
border-color css
<style>
span { border-color: #ACB552; }
span { border-color: rgb(172,181,82); }
td.TdClassName
{
border-color: #ACB552;
}
.TagClassName
{
border-color: #ACB552;
}
</style>