Shades of Celery #ACB048
Tints of Celery #ACB048
RGB
CMYK
RGB Variations
Color information
#ACB048 (or 0xACB048) is known color: Celery. HEX triplet: AC, B0 and 48. RGB value is (172,176,72). Sum of RGB (Red+Green+Blue) = 172+176+72=420 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.95% from 420); Green value is 176 (69.14% from 255 or 41.90% from 420); Blue value is 72 (28.52% from 255 or 17.14% from 420); Max value from RGB is 176 - color contains mainly: green. Hex color #ACB048 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACB048 is #534FB7. Grayscale: #A3A3A3. Windows color (decimal): -5459896 or 4763820. OLE color: 4763820.
HSL color Cylindrical-coordinate representation of color #ACB048: hue angle of 62.31º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ACB048 is Cyan = 0.02, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 172 | 176 | 72 | - |
| CMYK | 0.02 | 0 | 0.59 | 0.31 |
| HSL | 62.31º | 0.42% | 0.49% | - |
| HSV(B) | 62.31º | 0.59% | 0.69% | - |
| XYZ | 33.71 | 40.29 | 12.13 | - |
| YUV | 162.95 | 76.67 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 176 | 72 | 0.02 | 0 | 0.59 | 0.31 | 62.31 | 0.42 | 0.49 |
| Hex | AC | B0 | 48 | 2 | 0 | 3B | 1F | 3E | 2A | 31 |
| Octal | 254 | 260 | 110 | 2 | 0 | 73 | 37 | 76 | 52 | 61 |
| Binary | 10101100 | 10110000 | 1001000 | 10 | 0 | 111011 | 11111 | 111110 | 101010 | 110001 |
Color Harmonies of #ACB048
Complementary color
Monochromatic Colors of #ACB048
Black with #ACB048
Text Example
Text Example
White with #ACB048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB048; }
p { color: rgb(172,176,72); }
H1.HeaderClassName
{
color: #ACB048;
}
.AnyTagClassName
{
color: #ACB048;
}
</style>
background-color css
<style>
a { background-color: #ACB048; }
a { background-color: rgb(172,176,72); }
div.DivClassName
{
background-color: #ACB048;
}
.BgClassName
{
background-color: #ACB048;
}
</style>
border-color css
<style>
span { border-color: #ACB048; }
span { border-color: rgb(172,176,72); }
td.TdClassName
{
border-color: #ACB048;
}
.TagClassName
{
border-color: #ACB048;
}
</style>