Shades of Celery #ACB653
Tints of Celery #ACB653
RGB
CMYK
RGB Variations
Color information
#ACB653 (or 0xACB653) is known color: Celery. HEX triplet: AC, B6 and 53. RGB value is (172,182,83). Sum of RGB (Red+Green+Blue) = 172+182+83=437 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.36% from 437); Green value is 182 (71.48% from 255 or 41.65% from 437); Blue value is 83 (32.81% from 255 or 18.99% from 437); Max value from RGB is 182 - color contains mainly: green. Hex color #ACB653 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB653 is #5349AC. Grayscale: #A8A8A8. Windows color (decimal): -5458349 or 5486252. OLE color: 5486252.
HSL color Cylindrical-coordinate representation of color #ACB653: hue angle of 66.06º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ACB653 is Cyan = 0.05, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 172 | 182 | 83 | - |
| CMYK | 0.05 | 0 | 0.54 | 0.29 |
| HSL | 66.06º | 0.4% | 0.52% | - |
| HSV(B) | 66.06º | 0.54% | 0.71% | - |
| XYZ | 35.3 | 42.85 | 14.59 | - |
| YUV | 167.72 | 80.19 | 131.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 182 | 83 | 0.05 | 0 | 0.54 | 0.29 | 66.06 | 0.4 | 0.52 |
| Hex | AC | B6 | 53 | 5 | 0 | 36 | 1D | 42 | 28 | 34 |
| Octal | 254 | 266 | 123 | 5 | 0 | 66 | 35 | 102 | 50 | 64 |
| Binary | 10101100 | 10110110 | 1010011 | 101 | 0 | 110110 | 11101 | 1000010 | 101000 | 110100 |
Color Harmonies of #ACB653
Complementary color
Monochromatic Colors of #ACB653
Black with #ACB653
Text Example
Text Example
White with #ACB653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB653; }
p { color: rgb(172,182,83); }
H1.HeaderClassName
{
color: #ACB653;
}
.AnyTagClassName
{
color: #ACB653;
}
</style>
background-color css
<style>
a { background-color: #ACB653; }
a { background-color: rgb(172,182,83); }
div.DivClassName
{
background-color: #ACB653;
}
.BgClassName
{
background-color: #ACB653;
}
</style>
border-color css
<style>
span { border-color: #ACB653; }
span { border-color: rgb(172,182,83); }
td.TdClassName
{
border-color: #ACB653;
}
.TagClassName
{
border-color: #ACB653;
}
</style>