Shades of Celery #ACB550
Tints of Celery #ACB550
RGB
CMYK
RGB Variations
Color information
#ACB550 (or 0xACB550) is known color: Celery. HEX triplet: AC, B5 and 50. RGB value is (172,181,80). Sum of RGB (Red+Green+Blue) = 172+181+80=433 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.72% from 433); Green value is 181 (71.09% from 255 or 41.80% from 433); Blue value is 80 (31.64% from 255 or 18.48% from 433); Max value from RGB is 181 - color contains mainly: green. Hex color #ACB550 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB550 is #534AAF. Grayscale: #A7A7A7. Windows color (decimal): -5458608 or 5289388. OLE color: 5289388.
HSL color Cylindrical-coordinate representation of color #ACB550: hue angle of 65.35º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ACB550 is Cyan = 0.05, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 172 | 181 | 80 | - |
| CMYK | 0.05 | 0 | 0.56 | 0.29 |
| HSL | 65.35º | 0.41% | 0.51% | - |
| HSV(B) | 65.35º | 0.56% | 0.71% | - |
| XYZ | 34.99 | 42.4 | 13.93 | - |
| YUV | 166.8 | 79.02 | 131.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 181 | 80 | 0.05 | 0 | 0.56 | 0.29 | 65.35 | 0.41 | 0.51 |
| Hex | AC | B5 | 50 | 5 | 0 | 38 | 1D | 41 | 29 | 33 |
| Octal | 254 | 265 | 120 | 5 | 0 | 70 | 35 | 101 | 51 | 63 |
| Binary | 10101100 | 10110101 | 1010000 | 101 | 0 | 111000 | 11101 | 1000001 | 101001 | 110011 |
Color Harmonies of #ACB550
Complementary color
Monochromatic Colors of #ACB550
Black with #ACB550
Text Example
Text Example
White with #ACB550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB550; }
p { color: rgb(172,181,80); }
H1.HeaderClassName
{
color: #ACB550;
}
.AnyTagClassName
{
color: #ACB550;
}
</style>
background-color css
<style>
a { background-color: #ACB550; }
a { background-color: rgb(172,181,80); }
div.DivClassName
{
background-color: #ACB550;
}
.BgClassName
{
background-color: #ACB550;
}
</style>
border-color css
<style>
span { border-color: #ACB550; }
span { border-color: rgb(172,181,80); }
td.TdClassName
{
border-color: #ACB550;
}
.TagClassName
{
border-color: #ACB550;
}
</style>