Shades of Celery #ACB54F
Tints of Celery #ACB54F
RGB
CMYK
RGB Variations
Color information
#ACB54F (or 0xACB54F) is known color: Celery. HEX triplet: AC, B5 and 4F. RGB value is (172,181,79). Sum of RGB (Red+Green+Blue) = 172+181+79=432 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.81% from 432); Green value is 181 (71.09% from 255 or 41.90% from 432); Blue value is 79 (31.25% from 255 or 18.29% from 432); Max value from RGB is 181 - color contains mainly: green. Hex color #ACB54F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB54F is #534AB0. Grayscale: #A7A7A7. Windows color (decimal): -5458609 or 5223852. OLE color: 5223852.
HSL color Cylindrical-coordinate representation of color #ACB54F: hue angle of 65.29º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ACB54F is Cyan = 0.05, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 172 | 181 | 79 | - |
| CMYK | 0.05 | 0 | 0.56 | 0.29 |
| HSL | 65.29º | 0.41% | 0.51% | - |
| HSV(B) | 65.29º | 0.56% | 0.71% | - |
| XYZ | 34.95 | 42.38 | 13.74 | - |
| YUV | 166.68 | 78.52 | 131.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 181 | 79 | 0.05 | 0 | 0.56 | 0.29 | 65.29 | 0.41 | 0.51 |
| Hex | AC | B5 | 4F | 5 | 0 | 38 | 1D | 41 | 29 | 33 |
| Octal | 254 | 265 | 117 | 5 | 0 | 70 | 35 | 101 | 51 | 63 |
| Binary | 10101100 | 10110101 | 1001111 | 101 | 0 | 111000 | 11101 | 1000001 | 101001 | 110011 |
Color Harmonies of #ACB54F
Complementary color
Monochromatic Colors of #ACB54F
Black with #ACB54F
Text Example
Text Example
White with #ACB54F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB54F; }
p { color: rgb(172,181,79); }
H1.HeaderClassName
{
color: #ACB54F;
}
.AnyTagClassName
{
color: #ACB54F;
}
</style>
background-color css
<style>
a { background-color: #ACB54F; }
a { background-color: rgb(172,181,79); }
div.DivClassName
{
background-color: #ACB54F;
}
.BgClassName
{
background-color: #ACB54F;
}
</style>
border-color css
<style>
span { border-color: #ACB54F; }
span { border-color: rgb(172,181,79); }
td.TdClassName
{
border-color: #ACB54F;
}
.TagClassName
{
border-color: #ACB54F;
}
</style>