Shades of Celery #ACB84A
Tints of Celery #ACB84A
RGB
CMYK
RGB Variations
Color information
#ACB84A (or 0xACB84A) is known color: Celery. HEX triplet: AC, B8 and 4A. RGB value is (172,184,74). Sum of RGB (Red+Green+Blue) = 172+184+74=430 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40% from 430); Green value is 184 (72.27% from 255 or 42.79% from 430); Blue value is 74 (29.30% from 255 or 17.21% from 430); Max value from RGB is 184 - color contains mainly: green. Hex color #ACB84A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB84A is #5347B5. Grayscale: #A8A8A8. Windows color (decimal): -5457846 or 4896940. OLE color: 4896940.
HSL color Cylindrical-coordinate representation of color #ACB84A: hue angle of 66.55º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ACB84A is Cyan = 0.07, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 172 | 184 | 74 | - |
| CMYK | 0.07 | 0 | 0.60 | 0.28 |
| HSL | 66.55º | 0.44% | 0.51% | - |
| HSV(B) | 66.55º | 0.6% | 0.72% | - |
| XYZ | 35.39 | 43.55 | 13.02 | - |
| YUV | 167.87 | 75.02 | 130.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 184 | 74 | 0.07 | 0 | 0.60 | 0.28 | 66.55 | 0.44 | 0.51 |
| Hex | AC | B8 | 4A | 7 | 0 | 3C | 1C | 43 | 2C | 33 |
| Octal | 254 | 270 | 112 | 7 | 0 | 74 | 34 | 103 | 54 | 63 |
| Binary | 10101100 | 10111000 | 1001010 | 111 | 0 | 111100 | 11100 | 1000011 | 101100 | 110011 |
Color Harmonies of #ACB84A
Complementary color
Monochromatic Colors of #ACB84A
Black with #ACB84A
Text Example
Text Example
White with #ACB84A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB84A; }
p { color: rgb(172,184,74); }
H1.HeaderClassName
{
color: #ACB84A;
}
.AnyTagClassName
{
color: #ACB84A;
}
</style>
background-color css
<style>
a { background-color: #ACB84A; }
a { background-color: rgb(172,184,74); }
div.DivClassName
{
background-color: #ACB84A;
}
.BgClassName
{
background-color: #ACB84A;
}
</style>
border-color css
<style>
span { border-color: #ACB84A; }
span { border-color: rgb(172,184,74); }
td.TdClassName
{
border-color: #ACB84A;
}
.TagClassName
{
border-color: #ACB84A;
}
</style>