Shades of Celery #ACBC5C
Tints of Celery #ACBC5C
RGB
CMYK
RGB Variations
Color information
#ACBC5C (or 0xACBC5C) is known color: Celery. HEX triplet: AC, BC and 5C. RGB value is (172,188,92). Sum of RGB (Red+Green+Blue) = 172+188+92=452 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.05% from 452); Green value is 188 (73.83% from 255 or 41.59% from 452); Blue value is 92 (36.33% from 255 or 20.35% from 452); Max value from RGB is 188 - color contains mainly: green. Hex color #ACBC5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACBC5C is #5343A3. Grayscale: #ACACAC. Windows color (decimal): -5456804 or 6077612. OLE color: 6077612.
HSL color Cylindrical-coordinate representation of color #ACBC5C: hue angle of 70º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ACBC5C is Cyan = 0.09, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 172 | 188 | 92 | - |
| CMYK | 0.09 | 0 | 0.51 | 0.26 |
| HSL | 70º | 0.42% | 0.55% | - |
| HSV(B) | 70º | 0.51% | 0.74% | - |
| XYZ | 36.93 | 45.51 | 16.96 | - |
| YUV | 172.27 | 82.7 | 127.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 188 | 92 | 0.09 | 0 | 0.51 | 0.26 | 70 | 0.42 | 0.55 |
| Hex | AC | BC | 5C | 9 | 0 | 33 | 1A | 46 | 2A | 37 |
| Octal | 254 | 274 | 134 | 11 | 0 | 63 | 32 | 106 | 52 | 67 |
| Binary | 10101100 | 10111100 | 1011100 | 1001 | 0 | 110011 | 11010 | 1000110 | 101010 | 110111 |
Color Harmonies of #ACBC5C
Complementary color
Monochromatic Colors of #ACBC5C
Black with #ACBC5C
Text Example
Text Example
White with #ACBC5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBC5C; }
p { color: rgb(172,188,92); }
H1.HeaderClassName
{
color: #ACBC5C;
}
.AnyTagClassName
{
color: #ACBC5C;
}
</style>
background-color css
<style>
a { background-color: #ACBC5C; }
a { background-color: rgb(172,188,92); }
div.DivClassName
{
background-color: #ACBC5C;
}
.BgClassName
{
background-color: #ACBC5C;
}
</style>
border-color css
<style>
span { border-color: #ACBC5C; }
span { border-color: rgb(172,188,92); }
td.TdClassName
{
border-color: #ACBC5C;
}
.TagClassName
{
border-color: #ACBC5C;
}
</style>