Shades of Celery #ACB24C
Tints of Celery #ACB24C
RGB
CMYK
RGB Variations
Color information
#ACB24C (or 0xACB24C) is known color: Celery. HEX triplet: AC, B2 and 4C. RGB value is (172,178,76). Sum of RGB (Red+Green+Blue) = 172+178+76=426 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.38% from 426); Green value is 178 (69.92% from 255 or 41.78% from 426); Blue value is 76 (30.08% from 255 or 17.84% from 426); Max value from RGB is 178 - color contains mainly: green. Hex color #ACB24C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACB24C is #534DB3. Grayscale: #A4A4A4. Windows color (decimal): -5459380 or 5026476. OLE color: 5026476.
HSL color Cylindrical-coordinate representation of color #ACB24C: hue angle of 63.53º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ACB24C is Cyan = 0.03, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 172 | 178 | 76 | - |
| CMYK | 0.03 | 0 | 0.57 | 0.30 |
| HSL | 63.53º | 0.4% | 0.5% | - |
| HSV(B) | 63.53º | 0.57% | 0.7% | - |
| XYZ | 34.24 | 41.13 | 12.97 | - |
| YUV | 164.58 | 78.01 | 133.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 178 | 76 | 0.03 | 0 | 0.57 | 0.30 | 63.53 | 0.4 | 0.5 |
| Hex | AC | B2 | 4C | 3 | 0 | 39 | 1E | 40 | 28 | 32 |
| Octal | 254 | 262 | 114 | 3 | 0 | 71 | 36 | 100 | 50 | 62 |
| Binary | 10101100 | 10110010 | 1001100 | 11 | 0 | 111001 | 11110 | 1000000 | 101000 | 110010 |
Color Harmonies of #ACB24C
Complementary color
Monochromatic Colors of #ACB24C
Black with #ACB24C
Text Example
Text Example
White with #ACB24C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB24C; }
p { color: rgb(172,178,76); }
H1.HeaderClassName
{
color: #ACB24C;
}
.AnyTagClassName
{
color: #ACB24C;
}
</style>
background-color css
<style>
a { background-color: #ACB24C; }
a { background-color: rgb(172,178,76); }
div.DivClassName
{
background-color: #ACB24C;
}
.BgClassName
{
background-color: #ACB24C;
}
</style>
border-color css
<style>
span { border-color: #ACB24C; }
span { border-color: rgb(172,178,76); }
td.TdClassName
{
border-color: #ACB24C;
}
.TagClassName
{
border-color: #ACB24C;
}
</style>