Shades of Celery #ACB840
Tints of Celery #ACB840
RGB
CMYK
RGB Variations
Color information
#ACB840 (or 0xACB840) is known color: Celery. HEX triplet: AC, B8 and 40. RGB value is (172,184,64). Sum of RGB (Red+Green+Blue) = 172+184+64=420 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.95% from 420); Green value is 184 (72.27% from 255 or 43.81% from 420); Blue value is 64 (25.39% from 255 or 15.24% from 420); Max value from RGB is 184 - color contains mainly: green. Hex color #ACB840 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB840 is #5347BF. Grayscale: #A7A7A7. Windows color (decimal): -5457856 or 4241580. OLE color: 4241580.
HSL color Cylindrical-coordinate representation of color #ACB840: hue angle of 66º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ACB840 is Cyan = 0.07, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 172 | 184 | 64 | - |
| CMYK | 0.07 | 0 | 0.65 | 0.28 |
| HSL | 66º | 0.48% | 0.49% | - |
| HSV(B) | 66º | 0.65% | 0.72% | - |
| XYZ | 35.08 | 43.42 | 11.38 | - |
| YUV | 166.73 | 70.02 | 131.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 184 | 64 | 0.07 | 0 | 0.65 | 0.28 | 66 | 0.48 | 0.49 |
| Hex | AC | B8 | 40 | 7 | 0 | 41 | 1C | 42 | 30 | 31 |
| Octal | 254 | 270 | 100 | 7 | 0 | 101 | 34 | 102 | 60 | 61 |
| Binary | 10101100 | 10111000 | 1000000 | 111 | 0 | 1000001 | 11100 | 1000010 | 110000 | 110001 |
Color Harmonies of #ACB840
Complementary color
Monochromatic Colors of #ACB840
Black with #ACB840
Text Example
Text Example
White with #ACB840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB840; }
p { color: rgb(172,184,64); }
H1.HeaderClassName
{
color: #ACB840;
}
.AnyTagClassName
{
color: #ACB840;
}
</style>
background-color css
<style>
a { background-color: #ACB840; }
a { background-color: rgb(172,184,64); }
div.DivClassName
{
background-color: #ACB840;
}
.BgClassName
{
background-color: #ACB840;
}
</style>
border-color css
<style>
span { border-color: #ACB840; }
span { border-color: rgb(172,184,64); }
td.TdClassName
{
border-color: #ACB840;
}
.TagClassName
{
border-color: #ACB840;
}
</style>