Shades of Celery #ACB34E
Tints of Celery #ACB34E
RGB
CMYK
RGB Variations
Color information
#ACB34E (or 0xACB34E) is known color: Celery. HEX triplet: AC, B3 and 4E. RGB value is (172,179,78). Sum of RGB (Red+Green+Blue) = 172+179+78=429 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.09% from 429); Green value is 179 (70.31% from 255 or 41.72% from 429); Blue value is 78 (30.86% from 255 or 18.18% from 429); Max value from RGB is 179 - color contains mainly: green. Hex color #ACB34E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB34E is #534CB1. Grayscale: #A5A5A5. Windows color (decimal): -5459122 or 5157804. OLE color: 5157804.
HSL color Cylindrical-coordinate representation of color #ACB34E: hue angle of 64.16º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ACB34E is Cyan = 0.04, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 172 | 179 | 78 | - |
| CMYK | 0.04 | 0 | 0.56 | 0.30 |
| HSL | 64.16º | 0.4% | 0.5% | - |
| HSV(B) | 64.16º | 0.56% | 0.7% | - |
| XYZ | 34.51 | 41.56 | 13.41 | - |
| YUV | 165.39 | 78.68 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 179 | 78 | 0.04 | 0 | 0.56 | 0.30 | 64.16 | 0.4 | 0.5 |
| Hex | AC | B3 | 4E | 4 | 0 | 38 | 1E | 40 | 28 | 32 |
| Octal | 254 | 263 | 116 | 4 | 0 | 70 | 36 | 100 | 50 | 62 |
| Binary | 10101100 | 10110011 | 1001110 | 100 | 0 | 111000 | 11110 | 1000000 | 101000 | 110010 |
Color Harmonies of #ACB34E
Complementary color
Monochromatic Colors of #ACB34E
Black with #ACB34E
Text Example
Text Example
White with #ACB34E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB34E; }
p { color: rgb(172,179,78); }
H1.HeaderClassName
{
color: #ACB34E;
}
.AnyTagClassName
{
color: #ACB34E;
}
</style>
background-color css
<style>
a { background-color: #ACB34E; }
a { background-color: rgb(172,179,78); }
div.DivClassName
{
background-color: #ACB34E;
}
.BgClassName
{
background-color: #ACB34E;
}
</style>
border-color css
<style>
span { border-color: #ACB34E; }
span { border-color: rgb(172,179,78); }
td.TdClassName
{
border-color: #ACB34E;
}
.TagClassName
{
border-color: #ACB34E;
}
</style>