Shades of Celery #ACB548
Tints of Celery #ACB548
RGB
CMYK
RGB Variations
Color information
#ACB548 (or 0xACB548) is known color: Celery. HEX triplet: AC, B5 and 48. RGB value is (172,181,72). Sum of RGB (Red+Green+Blue) = 172+181+72=425 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.47% from 425); Green value is 181 (71.09% from 255 or 42.59% from 425); Blue value is 72 (28.52% from 255 or 16.94% from 425); Max value from RGB is 181 - color contains mainly: green. Hex color #ACB548 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB548 is #534AB7. Grayscale: #A6A6A6. Windows color (decimal): -5458616 or 4765100. OLE color: 4765100.
HSL color Cylindrical-coordinate representation of color #ACB548: hue angle of 64.95º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ACB548 is Cyan = 0.05, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 172 | 181 | 72 | - |
| CMYK | 0.05 | 0 | 0.60 | 0.29 |
| HSL | 64.95º | 0.43% | 0.5% | - |
| HSV(B) | 64.95º | 0.6% | 0.71% | - |
| XYZ | 34.71 | 42.29 | 12.46 | - |
| YUV | 165.88 | 75.02 | 132.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 181 | 72 | 0.05 | 0 | 0.60 | 0.29 | 64.95 | 0.43 | 0.5 |
| Hex | AC | B5 | 48 | 5 | 0 | 3C | 1D | 41 | 2B | 32 |
| Octal | 254 | 265 | 110 | 5 | 0 | 74 | 35 | 101 | 53 | 62 |
| Binary | 10101100 | 10110101 | 1001000 | 101 | 0 | 111100 | 11101 | 1000001 | 101011 | 110010 |
Color Harmonies of #ACB548
Complementary color
Monochromatic Colors of #ACB548
Black with #ACB548
Text Example
Text Example
White with #ACB548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB548; }
p { color: rgb(172,181,72); }
H1.HeaderClassName
{
color: #ACB548;
}
.AnyTagClassName
{
color: #ACB548;
}
</style>
background-color css
<style>
a { background-color: #ACB548; }
a { background-color: rgb(172,181,72); }
div.DivClassName
{
background-color: #ACB548;
}
.BgClassName
{
background-color: #ACB548;
}
</style>
border-color css
<style>
span { border-color: #ACB548; }
span { border-color: rgb(172,181,72); }
td.TdClassName
{
border-color: #ACB548;
}
.TagClassName
{
border-color: #ACB548;
}
</style>