Shades of Celery #ACB942
Tints of Celery #ACB942
RGB
CMYK
RGB Variations
Color information
#ACB942 (or 0xACB942) is known color: Celery. HEX triplet: AC, B9 and 42. RGB value is (172,185,66). Sum of RGB (Red+Green+Blue) = 172+185+66=423 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.66% from 423); Green value is 185 (72.66% from 255 or 43.74% from 423); Blue value is 66 (26.17% from 255 or 15.60% from 423); Max value from RGB is 185 - color contains mainly: green. Hex color #ACB942 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB942 is #5346BD. Grayscale: #A8A8A8. Windows color (decimal): -5457598 or 4372908. OLE color: 4372908.
HSL color Cylindrical-coordinate representation of color #ACB942: hue angle of 66.55º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ACB942 is Cyan = 0.07, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 185 | 66 | - |
| CMYK | 0.07 | 0 | 0.64 | 0.27 |
| HSL | 66.55º | 0.47% | 0.49% | - |
| HSV(B) | 66.55º | 0.64% | 0.73% | - |
| XYZ | 35.35 | 43.86 | 11.76 | - |
| YUV | 167.55 | 70.69 | 131.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 185 | 66 | 0.07 | 0 | 0.64 | 0.27 | 66.55 | 0.47 | 0.49 |
| Hex | AC | B9 | 42 | 7 | 0 | 40 | 1B | 43 | 2F | 31 |
| Octal | 254 | 271 | 102 | 7 | 0 | 100 | 33 | 103 | 57 | 61 |
| Binary | 10101100 | 10111001 | 1000010 | 111 | 0 | 1000000 | 11011 | 1000011 | 101111 | 110001 |
Color Harmonies of #ACB942
Complementary color
Monochromatic Colors of #ACB942
Black with #ACB942
Text Example
Text Example
White with #ACB942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB942; }
p { color: rgb(172,185,66); }
H1.HeaderClassName
{
color: #ACB942;
}
.AnyTagClassName
{
color: #ACB942;
}
</style>
background-color css
<style>
a { background-color: #ACB942; }
a { background-color: rgb(172,185,66); }
div.DivClassName
{
background-color: #ACB942;
}
.BgClassName
{
background-color: #ACB942;
}
</style>
border-color css
<style>
span { border-color: #ACB942; }
span { border-color: rgb(172,185,66); }
td.TdClassName
{
border-color: #ACB942;
}
.TagClassName
{
border-color: #ACB942;
}
</style>