Shades of Celery #ACB941
Tints of Celery #ACB941
RGB
CMYK
RGB Variations
Color information
#ACB941 (or 0xACB941) is known color: Celery. HEX triplet: AC, B9 and 41. RGB value is (172,185,65). Sum of RGB (Red+Green+Blue) = 172+185+65=422 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.76% from 422); Green value is 185 (72.66% from 255 or 43.84% from 422); Blue value is 65 (25.78% from 255 or 15.40% from 422); Max value from RGB is 185 - color contains mainly: green. Hex color #ACB941 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB941 is #5346BE. Grayscale: #A7A7A7. Windows color (decimal): -5457599 or 4307372. OLE color: 4307372.
HSL color Cylindrical-coordinate representation of color #ACB941: hue angle of 66.5º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ACB941 is Cyan = 0.07, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 185 | 65 | - |
| CMYK | 0.07 | 0 | 0.65 | 0.27 |
| HSL | 66.5º | 0.48% | 0.49% | - |
| HSV(B) | 66.5º | 0.65% | 0.73% | - |
| XYZ | 35.32 | 43.85 | 11.6 | - |
| YUV | 167.43 | 70.19 | 131.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 185 | 65 | 0.07 | 0 | 0.65 | 0.27 | 66.5 | 0.48 | 0.49 |
| Hex | AC | B9 | 41 | 7 | 0 | 41 | 1B | 42 | 30 | 31 |
| Octal | 254 | 271 | 101 | 7 | 0 | 101 | 33 | 102 | 60 | 61 |
| Binary | 10101100 | 10111001 | 1000001 | 111 | 0 | 1000001 | 11011 | 1000010 | 110000 | 110001 |
Color Harmonies of #ACB941
Complementary color
Monochromatic Colors of #ACB941
Black with #ACB941
Text Example
Text Example
White with #ACB941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB941; }
p { color: rgb(172,185,65); }
H1.HeaderClassName
{
color: #ACB941;
}
.AnyTagClassName
{
color: #ACB941;
}
</style>
background-color css
<style>
a { background-color: #ACB941; }
a { background-color: rgb(172,185,65); }
div.DivClassName
{
background-color: #ACB941;
}
.BgClassName
{
background-color: #ACB941;
}
</style>
border-color css
<style>
span { border-color: #ACB941; }
span { border-color: rgb(172,185,65); }
td.TdClassName
{
border-color: #ACB941;
}
.TagClassName
{
border-color: #ACB941;
}
</style>