Shades of Celery #ACBA3F
Tints of Celery #ACBA3F
RGB
CMYK
RGB Variations
Color information
#ACBA3F (or 0xACBA3F) is known color: Celery. HEX triplet: AC, BA and 3F. RGB value is (172,186,63). Sum of RGB (Red+Green+Blue) = 172+186+63=421 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.86% from 421); Green value is 186 (73.05% from 255 or 44.18% from 421); Blue value is 63 (25% from 255 or 14.96% from 421); Max value from RGB is 186 - color contains mainly: green. Hex color #ACBA3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACBA3F is #5345C0. Grayscale: #A8A8A8. Windows color (decimal): -5457345 or 4176556. OLE color: 4176556.
HSL color Cylindrical-coordinate representation of color #ACBA3F: hue angle of 66.83º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ACBA3F is Cyan = 0.08, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 186 | 63 | - |
| CMYK | 0.08 | 0 | 0.66 | 0.27 |
| HSL | 66.83º | 0.49% | 0.49% | - |
| HSV(B) | 66.83º | 0.66% | 0.73% | - |
| XYZ | 35.47 | 44.25 | 11.37 | - |
| YUV | 167.79 | 68.86 | 131 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 186 | 63 | 0.08 | 0 | 0.66 | 0.27 | 66.83 | 0.49 | 0.49 |
| Hex | AC | BA | 3F | 8 | 0 | 42 | 1B | 43 | 31 | 31 |
| Octal | 254 | 272 | 77 | 10 | 0 | 102 | 33 | 103 | 61 | 61 |
| Binary | 10101100 | 10111010 | 111111 | 1000 | 0 | 1000010 | 11011 | 1000011 | 110001 | 110001 |
Color Harmonies of #ACBA3F
Complementary color
Monochromatic Colors of #ACBA3F
Black with #ACBA3F
Text Example
Text Example
White with #ACBA3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBA3F; }
p { color: rgb(172,186,63); }
H1.HeaderClassName
{
color: #ACBA3F;
}
.AnyTagClassName
{
color: #ACBA3F;
}
</style>
background-color css
<style>
a { background-color: #ACBA3F; }
a { background-color: rgb(172,186,63); }
div.DivClassName
{
background-color: #ACBA3F;
}
.BgClassName
{
background-color: #ACBA3F;
}
</style>
border-color css
<style>
span { border-color: #ACBA3F; }
span { border-color: rgb(172,186,63); }
td.TdClassName
{
border-color: #ACBA3F;
}
.TagClassName
{
border-color: #ACBA3F;
}
</style>