Shades of Celery #ACB64F
Tints of Celery #ACB64F
RGB
CMYK
RGB Variations
Color information
#ACB64F (or 0xACB64F) is known color: Celery. HEX triplet: AC, B6 and 4F. RGB value is (172,182,79). Sum of RGB (Red+Green+Blue) = 172+182+79=433 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.72% from 433); Green value is 182 (71.48% from 255 or 42.03% from 433); Blue value is 79 (31.25% from 255 or 18.24% from 433); Max value from RGB is 182 - color contains mainly: green. Hex color #ACB64F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB64F is #5349B0. Grayscale: #A7A7A7. Windows color (decimal): -5458353 or 5224108. OLE color: 5224108.
HSL color Cylindrical-coordinate representation of color #ACB64F: hue angle of 65.83º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ACB64F is Cyan = 0.05, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 172 | 182 | 79 | - |
| CMYK | 0.05 | 0 | 0.57 | 0.29 |
| HSL | 65.83º | 0.41% | 0.51% | - |
| HSV(B) | 65.83º | 0.57% | 0.71% | - |
| XYZ | 35.15 | 42.79 | 13.8 | - |
| YUV | 167.27 | 78.19 | 131.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 182 | 79 | 0.05 | 0 | 0.57 | 0.29 | 65.83 | 0.41 | 0.51 |
| Hex | AC | B6 | 4F | 5 | 0 | 39 | 1D | 42 | 29 | 33 |
| Octal | 254 | 266 | 117 | 5 | 0 | 71 | 35 | 102 | 51 | 63 |
| Binary | 10101100 | 10110110 | 1001111 | 101 | 0 | 111001 | 11101 | 1000010 | 101001 | 110011 |
Color Harmonies of #ACB64F
Complementary color
Monochromatic Colors of #ACB64F
Black with #ACB64F
Text Example
Text Example
White with #ACB64F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB64F; }
p { color: rgb(172,182,79); }
H1.HeaderClassName
{
color: #ACB64F;
}
.AnyTagClassName
{
color: #ACB64F;
}
</style>
background-color css
<style>
a { background-color: #ACB64F; }
a { background-color: rgb(172,182,79); }
div.DivClassName
{
background-color: #ACB64F;
}
.BgClassName
{
background-color: #ACB64F;
}
</style>
border-color css
<style>
span { border-color: #ACB64F; }
span { border-color: rgb(172,182,79); }
td.TdClassName
{
border-color: #ACB64F;
}
.TagClassName
{
border-color: #ACB64F;
}
</style>