Shades of Celery #ACB545
Tints of Celery #ACB545
RGB
CMYK
RGB Variations
Color information
#ACB545 (or 0xACB545) is known color: Celery. HEX triplet: AC, B5 and 45. RGB value is (172,181,69). Sum of RGB (Red+Green+Blue) = 172+181+69=422 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.76% from 422); Green value is 181 (71.09% from 255 or 42.89% from 422); Blue value is 69 (27.34% from 255 or 16.35% from 422); Max value from RGB is 181 - color contains mainly: green. Hex color #ACB545 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB545 is #534ABA. Grayscale: #A5A5A5. Windows color (decimal): -5458619 or 4568492. OLE color: 4568492.
HSL color Cylindrical-coordinate representation of color #ACB545: hue angle of 64.82º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ACB545 is Cyan = 0.05, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 172 | 181 | 69 | - |
| CMYK | 0.05 | 0 | 0.62 | 0.29 |
| HSL | 64.82º | 0.45% | 0.49% | - |
| HSV(B) | 64.82º | 0.62% | 0.71% | - |
| XYZ | 34.61 | 42.25 | 11.96 | - |
| YUV | 165.54 | 73.52 | 132.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 181 | 69 | 0.05 | 0 | 0.62 | 0.29 | 64.82 | 0.45 | 0.49 |
| Hex | AC | B5 | 45 | 5 | 0 | 3E | 1D | 41 | 2D | 31 |
| Octal | 254 | 265 | 105 | 5 | 0 | 76 | 35 | 101 | 55 | 61 |
| Binary | 10101100 | 10110101 | 1000101 | 101 | 0 | 111110 | 11101 | 1000001 | 101101 | 110001 |
Color Harmonies of #ACB545
Complementary color
Monochromatic Colors of #ACB545
Black with #ACB545
Text Example
Text Example
White with #ACB545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB545; }
p { color: rgb(172,181,69); }
H1.HeaderClassName
{
color: #ACB545;
}
.AnyTagClassName
{
color: #ACB545;
}
</style>
background-color css
<style>
a { background-color: #ACB545; }
a { background-color: rgb(172,181,69); }
div.DivClassName
{
background-color: #ACB545;
}
.BgClassName
{
background-color: #ACB545;
}
</style>
border-color css
<style>
span { border-color: #ACB545; }
span { border-color: rgb(172,181,69); }
td.TdClassName
{
border-color: #ACB545;
}
.TagClassName
{
border-color: #ACB545;
}
</style>