Shades of Celery #ACB64A
Tints of Celery #ACB64A
RGB
CMYK
RGB Variations
Color information
#ACB64A (or 0xACB64A) is known color: Celery. HEX triplet: AC, B6 and 4A. RGB value is (172,182,74). Sum of RGB (Red+Green+Blue) = 172+182+74=428 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.19% from 428); Green value is 182 (71.48% from 255 or 42.52% from 428); Blue value is 74 (29.30% from 255 or 17.29% from 428); Max value from RGB is 182 - color contains mainly: green. Hex color #ACB64A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB64A is #5349B5. Grayscale: #A7A7A7. Windows color (decimal): -5458358 or 4896428. OLE color: 4896428.
HSL color Cylindrical-coordinate representation of color #ACB64A: hue angle of 65.56º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ACB64A is Cyan = 0.05, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 172 | 182 | 74 | - |
| CMYK | 0.05 | 0 | 0.59 | 0.29 |
| HSL | 65.56º | 0.43% | 0.5% | - |
| HSV(B) | 65.56º | 0.59% | 0.71% | - |
| XYZ | 34.98 | 42.72 | 12.88 | - |
| YUV | 166.7 | 75.69 | 131.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 182 | 74 | 0.05 | 0 | 0.59 | 0.29 | 65.56 | 0.43 | 0.5 |
| Hex | AC | B6 | 4A | 5 | 0 | 3B | 1D | 42 | 2B | 32 |
| Octal | 254 | 266 | 112 | 5 | 0 | 73 | 35 | 102 | 53 | 62 |
| Binary | 10101100 | 10110110 | 1001010 | 101 | 0 | 111011 | 11101 | 1000010 | 101011 | 110010 |
Color Harmonies of #ACB64A
Complementary color
Monochromatic Colors of #ACB64A
Black with #ACB64A
Text Example
Text Example
White with #ACB64A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB64A; }
p { color: rgb(172,182,74); }
H1.HeaderClassName
{
color: #ACB64A;
}
.AnyTagClassName
{
color: #ACB64A;
}
</style>
background-color css
<style>
a { background-color: #ACB64A; }
a { background-color: rgb(172,182,74); }
div.DivClassName
{
background-color: #ACB64A;
}
.BgClassName
{
background-color: #ACB64A;
}
</style>
border-color css
<style>
span { border-color: #ACB64A; }
span { border-color: rgb(172,182,74); }
td.TdClassName
{
border-color: #ACB64A;
}
.TagClassName
{
border-color: #ACB64A;
}
</style>