Shades of Celery #ACB24A
Tints of Celery #ACB24A
RGB
CMYK
RGB Variations
Color information
#ACB24A (or 0xACB24A) is known color: Celery. HEX triplet: AC, B2 and 4A. RGB value is (172,178,74). Sum of RGB (Red+Green+Blue) = 172+178+74=424 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.57% from 424); Green value is 178 (69.92% from 255 or 41.98% from 424); Blue value is 74 (29.30% from 255 or 17.45% from 424); Max value from RGB is 178 - color contains mainly: green. Hex color #ACB24A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACB24A is #534DB5. Grayscale: #A4A4A4. Windows color (decimal): -5459382 or 4895404. OLE color: 4895404.
HSL color Cylindrical-coordinate representation of color #ACB24A: hue angle of 63.46º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ACB24A is Cyan = 0.03, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 172 | 178 | 74 | - |
| CMYK | 0.03 | 0 | 0.58 | 0.30 |
| HSL | 63.46º | 0.41% | 0.49% | - |
| HSV(B) | 63.46º | 0.58% | 0.7% | - |
| XYZ | 34.17 | 41.11 | 12.61 | - |
| YUV | 164.35 | 77.01 | 133.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 178 | 74 | 0.03 | 0 | 0.58 | 0.30 | 63.46 | 0.41 | 0.49 |
| Hex | AC | B2 | 4A | 3 | 0 | 3A | 1E | 3F | 29 | 31 |
| Octal | 254 | 262 | 112 | 3 | 0 | 72 | 36 | 77 | 51 | 61 |
| Binary | 10101100 | 10110010 | 1001010 | 11 | 0 | 111010 | 11110 | 111111 | 101001 | 110001 |
Color Harmonies of #ACB24A
Complementary color
Monochromatic Colors of #ACB24A
Black with #ACB24A
Text Example
Text Example
White with #ACB24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB24A; }
p { color: rgb(172,178,74); }
H1.HeaderClassName
{
color: #ACB24A;
}
.AnyTagClassName
{
color: #ACB24A;
}
</style>
background-color css
<style>
a { background-color: #ACB24A; }
a { background-color: rgb(172,178,74); }
div.DivClassName
{
background-color: #ACB24A;
}
.BgClassName
{
background-color: #ACB24A;
}
</style>
border-color css
<style>
span { border-color: #ACB24A; }
span { border-color: rgb(172,178,74); }
td.TdClassName
{
border-color: #ACB24A;
}
.TagClassName
{
border-color: #ACB24A;
}
</style>