Shades of Celery #ACBA58
Tints of Celery #ACBA58
RGB
CMYK
RGB Variations
Color information
#ACBA58 (or 0xACBA58) is known color: Celery. HEX triplet: AC, BA and 58. RGB value is (172,186,88). Sum of RGB (Red+Green+Blue) = 172+186+88=446 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.57% from 446); Green value is 186 (73.05% from 255 or 41.70% from 446); Blue value is 88 (34.77% from 255 or 19.73% from 446); Max value from RGB is 186 - color contains mainly: green. Hex color #ACBA58 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACBA58 is #5345A7. Grayscale: #ABABAB. Windows color (decimal): -5457320 or 5814956. OLE color: 5814956.
HSL color Cylindrical-coordinate representation of color #ACBA58: hue angle of 68.57º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ACBA58 is Cyan = 0.08, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 186 | 88 | - |
| CMYK | 0.08 | 0 | 0.53 | 0.27 |
| HSL | 68.57º | 0.42% | 0.54% | - |
| HSV(B) | 68.57º | 0.53% | 0.73% | - |
| XYZ | 36.33 | 44.59 | 15.92 | - |
| YUV | 170.64 | 81.36 | 128.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 186 | 88 | 0.08 | 0 | 0.53 | 0.27 | 68.57 | 0.42 | 0.54 |
| Hex | AC | BA | 58 | 8 | 0 | 35 | 1B | 45 | 2A | 36 |
| Octal | 254 | 272 | 130 | 10 | 0 | 65 | 33 | 105 | 52 | 66 |
| Binary | 10101100 | 10111010 | 1011000 | 1000 | 0 | 110101 | 11011 | 1000101 | 101010 | 110110 |
Color Harmonies of #ACBA58
Complementary color
Monochromatic Colors of #ACBA58
Black with #ACBA58
Text Example
Text Example
White with #ACBA58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBA58; }
p { color: rgb(172,186,88); }
H1.HeaderClassName
{
color: #ACBA58;
}
.AnyTagClassName
{
color: #ACBA58;
}
</style>
background-color css
<style>
a { background-color: #ACBA58; }
a { background-color: rgb(172,186,88); }
div.DivClassName
{
background-color: #ACBA58;
}
.BgClassName
{
background-color: #ACBA58;
}
</style>
border-color css
<style>
span { border-color: #ACBA58; }
span { border-color: rgb(172,186,88); }
td.TdClassName
{
border-color: #ACBA58;
}
.TagClassName
{
border-color: #ACBA58;
}
</style>