Shades of Celery #ACBA3E
Tints of Celery #ACBA3E
RGB
CMYK
RGB Variations
Color information
#ACBA3E (or 0xACBA3E) is known color: Celery. HEX triplet: AC, BA and 3E. RGB value is (172,186,62). Sum of RGB (Red+Green+Blue) = 172+186+62=420 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.95% from 420); Green value is 186 (73.05% from 255 or 44.29% from 420); Blue value is 62 (24.61% from 255 or 14.76% from 420); Max value from RGB is 186 - color contains mainly: green. Hex color #ACBA3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACBA3E is #5345C1. Grayscale: #A8A8A8. Windows color (decimal): -5457346 or 4111020. OLE color: 4111020.
HSL color Cylindrical-coordinate representation of color #ACBA3E: hue angle of 66.77º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ACBA3E is Cyan = 0.08, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 186 | 62 | - |
| CMYK | 0.08 | 0 | 0.67 | 0.27 |
| HSL | 66.77º | 0.5% | 0.49% | - |
| HSV(B) | 66.77º | 0.67% | 0.73% | - |
| XYZ | 35.44 | 44.24 | 11.23 | - |
| YUV | 167.68 | 68.36 | 131.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 186 | 62 | 0.08 | 0 | 0.67 | 0.27 | 66.77 | 0.5 | 0.49 |
| Hex | AC | BA | 3E | 8 | 0 | 43 | 1B | 43 | 32 | 31 |
| Octal | 254 | 272 | 76 | 10 | 0 | 103 | 33 | 103 | 62 | 61 |
| Binary | 10101100 | 10111010 | 111110 | 1000 | 0 | 1000011 | 11011 | 1000011 | 110010 | 110001 |
Color Harmonies of #ACBA3E
Complementary color
Monochromatic Colors of #ACBA3E
Black with #ACBA3E
Text Example
Text Example
White with #ACBA3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBA3E; }
p { color: rgb(172,186,62); }
H1.HeaderClassName
{
color: #ACBA3E;
}
.AnyTagClassName
{
color: #ACBA3E;
}
</style>
background-color css
<style>
a { background-color: #ACBA3E; }
a { background-color: rgb(172,186,62); }
div.DivClassName
{
background-color: #ACBA3E;
}
.BgClassName
{
background-color: #ACBA3E;
}
</style>
border-color css
<style>
span { border-color: #ACBA3E; }
span { border-color: rgb(172,186,62); }
td.TdClassName
{
border-color: #ACBA3E;
}
.TagClassName
{
border-color: #ACBA3E;
}
</style>