Shades of Celery #ACB34D
Tints of Celery #ACB34D
RGB
CMYK
RGB Variations
Color information
#ACB34D (or 0xACB34D) is known color: Celery. HEX triplet: AC, B3 and 4D. RGB value is (172,179,77). Sum of RGB (Red+Green+Blue) = 172+179+77=428 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.19% from 428); Green value is 179 (70.31% from 255 or 41.82% from 428); Blue value is 77 (30.47% from 255 or 17.99% from 428); Max value from RGB is 179 - color contains mainly: green. Hex color #ACB34D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB34D is #534CB2. Grayscale: #A5A5A5. Windows color (decimal): -5459123 or 5092268. OLE color: 5092268.
HSL color Cylindrical-coordinate representation of color #ACB34D: hue angle of 64.12º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ACB34D is Cyan = 0.04, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 172 | 179 | 77 | - |
| CMYK | 0.04 | 0 | 0.57 | 0.30 |
| HSL | 64.12º | 0.4% | 0.5% | - |
| HSV(B) | 64.12º | 0.57% | 0.7% | - |
| XYZ | 34.47 | 41.55 | 13.22 | - |
| YUV | 165.28 | 78.18 | 132.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 179 | 77 | 0.04 | 0 | 0.57 | 0.30 | 64.12 | 0.4 | 0.5 |
| Hex | AC | B3 | 4D | 4 | 0 | 39 | 1E | 40 | 28 | 32 |
| Octal | 254 | 263 | 115 | 4 | 0 | 71 | 36 | 100 | 50 | 62 |
| Binary | 10101100 | 10110011 | 1001101 | 100 | 0 | 111001 | 11110 | 1000000 | 101000 | 110010 |
Color Harmonies of #ACB34D
Complementary color
Monochromatic Colors of #ACB34D
Black with #ACB34D
Text Example
Text Example
White with #ACB34D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB34D; }
p { color: rgb(172,179,77); }
H1.HeaderClassName
{
color: #ACB34D;
}
.AnyTagClassName
{
color: #ACB34D;
}
</style>
background-color css
<style>
a { background-color: #ACB34D; }
a { background-color: rgb(172,179,77); }
div.DivClassName
{
background-color: #ACB34D;
}
.BgClassName
{
background-color: #ACB34D;
}
</style>
border-color css
<style>
span { border-color: #ACB34D; }
span { border-color: rgb(172,179,77); }
td.TdClassName
{
border-color: #ACB34D;
}
.TagClassName
{
border-color: #ACB34D;
}
</style>