Shades of Celery #ACB54A
Tints of Celery #ACB54A
RGB
CMYK
RGB Variations
Color information
#ACB54A (or 0xACB54A) is known color: Celery. HEX triplet: AC, B5 and 4A. RGB value is (172,181,74). Sum of RGB (Red+Green+Blue) = 172+181+74=427 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.28% from 427); Green value is 181 (71.09% from 255 or 42.39% from 427); Blue value is 74 (29.30% from 255 or 17.33% from 427); Max value from RGB is 181 - color contains mainly: green. Hex color #ACB54A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB54A is #534AB5. Grayscale: #A6A6A6. Windows color (decimal): -5458614 or 4896172. OLE color: 4896172.
HSL color Cylindrical-coordinate representation of color #ACB54A: hue angle of 65.05º degrees, saturation: 0.42, 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 #ACB54A is Cyan = 0.05, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 172 | 181 | 74 | - |
| CMYK | 0.05 | 0 | 0.59 | 0.29 |
| HSL | 65.05º | 0.42% | 0.5% | - |
| HSV(B) | 65.05º | 0.59% | 0.71% | - |
| XYZ | 34.77 | 42.31 | 12.81 | - |
| YUV | 166.11 | 76.02 | 132.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 181 | 74 | 0.05 | 0 | 0.59 | 0.29 | 65.05 | 0.42 | 0.5 |
| Hex | AC | B5 | 4A | 5 | 0 | 3B | 1D | 41 | 2A | 32 |
| Octal | 254 | 265 | 112 | 5 | 0 | 73 | 35 | 101 | 52 | 62 |
| Binary | 10101100 | 10110101 | 1001010 | 101 | 0 | 111011 | 11101 | 1000001 | 101010 | 110010 |
Color Harmonies of #ACB54A
Complementary color
Monochromatic Colors of #ACB54A
Black with #ACB54A
Text Example
Text Example
White with #ACB54A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB54A; }
p { color: rgb(172,181,74); }
H1.HeaderClassName
{
color: #ACB54A;
}
.AnyTagClassName
{
color: #ACB54A;
}
</style>
background-color css
<style>
a { background-color: #ACB54A; }
a { background-color: rgb(172,181,74); }
div.DivClassName
{
background-color: #ACB54A;
}
.BgClassName
{
background-color: #ACB54A;
}
</style>
border-color css
<style>
span { border-color: #ACB54A; }
span { border-color: rgb(172,181,74); }
td.TdClassName
{
border-color: #ACB54A;
}
.TagClassName
{
border-color: #ACB54A;
}
</style>