Shades of Celery #ACBC50
Tints of Celery #ACBC50
RGB
CMYK
RGB Variations
Color information
#ACBC50 (or 0xACBC50) is known color: Celery. HEX triplet: AC, BC and 50. RGB value is (172,188,80). Sum of RGB (Red+Green+Blue) = 172+188+80=440 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.09% from 440); Green value is 188 (73.83% from 255 or 42.73% from 440); Blue value is 80 (31.64% from 255 or 18.18% from 440); Max value from RGB is 188 - color contains mainly: green. Hex color #ACBC50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACBC50 is #5343AF. Grayscale: #ABABAB. Windows color (decimal): -5456816 or 5291180. OLE color: 5291180.
HSL color Cylindrical-coordinate representation of color #ACBC50: hue angle of 68.89º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ACBC50 is Cyan = 0.09, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 172 | 188 | 80 | - |
| CMYK | 0.09 | 0 | 0.57 | 0.26 |
| HSL | 68.89º | 0.45% | 0.53% | - |
| HSV(B) | 68.89º | 0.57% | 0.74% | - |
| XYZ | 36.44 | 45.32 | 14.42 | - |
| YUV | 170.9 | 76.7 | 128.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 188 | 80 | 0.09 | 0 | 0.57 | 0.26 | 68.89 | 0.45 | 0.53 |
| Hex | AC | BC | 50 | 9 | 0 | 39 | 1A | 45 | 2D | 35 |
| Octal | 254 | 274 | 120 | 11 | 0 | 71 | 32 | 105 | 55 | 65 |
| Binary | 10101100 | 10111100 | 1010000 | 1001 | 0 | 111001 | 11010 | 1000101 | 101101 | 110101 |
Color Harmonies of #ACBC50
Complementary color
Monochromatic Colors of #ACBC50
Black with #ACBC50
Text Example
Text Example
White with #ACBC50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBC50; }
p { color: rgb(172,188,80); }
H1.HeaderClassName
{
color: #ACBC50;
}
.AnyTagClassName
{
color: #ACBC50;
}
</style>
background-color css
<style>
a { background-color: #ACBC50; }
a { background-color: rgb(172,188,80); }
div.DivClassName
{
background-color: #ACBC50;
}
.BgClassName
{
background-color: #ACBC50;
}
</style>
border-color css
<style>
span { border-color: #ACBC50; }
span { border-color: rgb(172,188,80); }
td.TdClassName
{
border-color: #ACBC50;
}
.TagClassName
{
border-color: #ACBC50;
}
</style>