Shades of Celery #ACBC5D
Tints of Celery #ACBC5D
RGB
CMYK
RGB Variations
Color information
#ACBC5D (or 0xACBC5D) is known color: Celery. HEX triplet: AC, BC and 5D. RGB value is (172,188,93). Sum of RGB (Red+Green+Blue) = 172+188+93=453 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.97% from 453); Green value is 188 (73.83% from 255 or 41.50% from 453); Blue value is 93 (36.72% from 255 or 20.53% from 453); Max value from RGB is 188 - color contains mainly: green. Hex color #ACBC5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACBC5D is #5343A2. Grayscale: #ACACAC. Windows color (decimal): -5456803 or 6143148. OLE color: 6143148.
HSL color Cylindrical-coordinate representation of color #ACBC5D: hue angle of 70.11º degrees, saturation: 0.41, 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 #ACBC5D is Cyan = 0.09, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 172 | 188 | 93 | - |
| CMYK | 0.09 | 0 | 0.51 | 0.26 |
| HSL | 70.11º | 0.41% | 0.55% | - |
| HSV(B) | 70.11º | 0.51% | 0.74% | - |
| XYZ | 36.97 | 45.53 | 17.19 | - |
| YUV | 172.39 | 83.2 | 127.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 188 | 93 | 0.09 | 0 | 0.51 | 0.26 | 70.11 | 0.41 | 0.55 |
| Hex | AC | BC | 5D | 9 | 0 | 33 | 1A | 46 | 29 | 37 |
| Octal | 254 | 274 | 135 | 11 | 0 | 63 | 32 | 106 | 51 | 67 |
| Binary | 10101100 | 10111100 | 1011101 | 1001 | 0 | 110011 | 11010 | 1000110 | 101001 | 110111 |
Color Harmonies of #ACBC5D
Complementary color
Monochromatic Colors of #ACBC5D
Black with #ACBC5D
Text Example
Text Example
White with #ACBC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBC5D; }
p { color: rgb(172,188,93); }
H1.HeaderClassName
{
color: #ACBC5D;
}
.AnyTagClassName
{
color: #ACBC5D;
}
</style>
background-color css
<style>
a { background-color: #ACBC5D; }
a { background-color: rgb(172,188,93); }
div.DivClassName
{
background-color: #ACBC5D;
}
.BgClassName
{
background-color: #ACBC5D;
}
</style>
border-color css
<style>
span { border-color: #ACBC5D; }
span { border-color: rgb(172,188,93); }
td.TdClassName
{
border-color: #ACBC5D;
}
.TagClassName
{
border-color: #ACBC5D;
}
</style>