Shades of Celery #ACB449
Tints of Celery #ACB449
RGB
CMYK
RGB Variations
Color information
#ACB449 (or 0xACB449) is known color: Celery. HEX triplet: AC, B4 and 49. RGB value is (172,180,73). Sum of RGB (Red+Green+Blue) = 172+180+73=425 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.47% from 425); Green value is 180 (70.70% from 255 or 42.35% from 425); Blue value is 73 (28.91% from 255 or 17.18% from 425); Max value from RGB is 180 - color contains mainly: green. Hex color #ACB449 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB449 is #534BB6. Grayscale: #A5A5A5. Windows color (decimal): -5458871 or 4830380. OLE color: 4830380.
HSL color Cylindrical-coordinate representation of color #ACB449: hue angle of 64.49º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ACB449 is Cyan = 0.04, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 172 | 180 | 73 | - |
| CMYK | 0.04 | 0 | 0.59 | 0.29 |
| HSL | 64.49º | 0.42% | 0.5% | - |
| HSV(B) | 64.49º | 0.59% | 0.71% | - |
| XYZ | 34.54 | 41.89 | 12.57 | - |
| YUV | 165.41 | 75.85 | 132.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 180 | 73 | 0.04 | 0 | 0.59 | 0.29 | 64.49 | 0.42 | 0.5 |
| Hex | AC | B4 | 49 | 4 | 0 | 3B | 1D | 40 | 2A | 32 |
| Octal | 254 | 264 | 111 | 4 | 0 | 73 | 35 | 100 | 52 | 62 |
| Binary | 10101100 | 10110100 | 1001001 | 100 | 0 | 111011 | 11101 | 1000000 | 101010 | 110010 |
Color Harmonies of #ACB449
Complementary color
Monochromatic Colors of #ACB449
Black with #ACB449
Text Example
Text Example
White with #ACB449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB449; }
p { color: rgb(172,180,73); }
H1.HeaderClassName
{
color: #ACB449;
}
.AnyTagClassName
{
color: #ACB449;
}
</style>
background-color css
<style>
a { background-color: #ACB449; }
a { background-color: rgb(172,180,73); }
div.DivClassName
{
background-color: #ACB449;
}
.BgClassName
{
background-color: #ACB449;
}
</style>
border-color css
<style>
span { border-color: #ACB449; }
span { border-color: rgb(172,180,73); }
td.TdClassName
{
border-color: #ACB449;
}
.TagClassName
{
border-color: #ACB449;
}
</style>