Shades of Celery #ACB240
Tints of Celery #ACB240
RGB
CMYK
RGB Variations
Color information
#ACB240 (or 0xACB240) is known color: Celery. HEX triplet: AC, B2 and 40. RGB value is (172,178,64). Sum of RGB (Red+Green+Blue) = 172+178+64=414 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.55% from 414); Green value is 178 (69.92% from 255 or 43.00% from 414); Blue value is 64 (25.39% from 255 or 15.46% from 414); Max value from RGB is 178 - color contains mainly: green. Hex color #ACB240 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACB240 is #534DBF. Grayscale: #A3A3A3. Windows color (decimal): -5459392 or 4240044. OLE color: 4240044.
HSL color Cylindrical-coordinate representation of color #ACB240: hue angle of 63.16º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ACB240 is Cyan = 0.03, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 172 | 178 | 64 | - |
| CMYK | 0.03 | 0 | 0.64 | 0.30 |
| HSL | 63.16º | 0.47% | 0.47% | - |
| HSV(B) | 63.16º | 0.64% | 0.7% | - |
| XYZ | 33.86 | 40.98 | 10.98 | - |
| YUV | 163.21 | 72.01 | 134.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 178 | 64 | 0.03 | 0 | 0.64 | 0.30 | 63.16 | 0.47 | 0.47 |
| Hex | AC | B2 | 40 | 3 | 0 | 40 | 1E | 3F | 2F | 2F |
| Octal | 254 | 262 | 100 | 3 | 0 | 100 | 36 | 77 | 57 | 57 |
| Binary | 10101100 | 10110010 | 1000000 | 11 | 0 | 1000000 | 11110 | 111111 | 101111 | 101111 |
Color Harmonies of #ACB240
Complementary color
Monochromatic Colors of #ACB240
Black with #ACB240
Text Example
Text Example
White with #ACB240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB240; }
p { color: rgb(172,178,64); }
H1.HeaderClassName
{
color: #ACB240;
}
.AnyTagClassName
{
color: #ACB240;
}
</style>
background-color css
<style>
a { background-color: #ACB240; }
a { background-color: rgb(172,178,64); }
div.DivClassName
{
background-color: #ACB240;
}
.BgClassName
{
background-color: #ACB240;
}
</style>
border-color css
<style>
span { border-color: #ACB240; }
span { border-color: rgb(172,178,64); }
td.TdClassName
{
border-color: #ACB240;
}
.TagClassName
{
border-color: #ACB240;
}
</style>