Shades of Celery #ACBC4C
Tints of Celery #ACBC4C
RGB
CMYK
RGB Variations
Color information
#ACBC4C (or 0xACBC4C) is known color: Celery. HEX triplet: AC, BC and 4C. RGB value is (172,188,76). Sum of RGB (Red+Green+Blue) = 172+188+76=436 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.45% from 436); Green value is 188 (73.83% from 255 or 43.12% from 436); Blue value is 76 (30.08% from 255 or 17.43% from 436); Max value from RGB is 188 - color contains mainly: green. Hex color #ACBC4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACBC4C is #5343B3. Grayscale: #AAAAAA. Windows color (decimal): -5456820 or 5029036. OLE color: 5029036.
HSL color Cylindrical-coordinate representation of color #ACBC4C: hue angle of 68.57º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ACBC4C is Cyan = 0.09, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 172 | 188 | 76 | - |
| CMYK | 0.09 | 0 | 0.60 | 0.26 |
| HSL | 68.57º | 0.46% | 0.52% | - |
| HSV(B) | 68.57º | 0.6% | 0.74% | - |
| XYZ | 36.3 | 45.26 | 13.66 | - |
| YUV | 170.45 | 74.7 | 129.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 188 | 76 | 0.09 | 0 | 0.60 | 0.26 | 68.57 | 0.46 | 0.52 |
| Hex | AC | BC | 4C | 9 | 0 | 3C | 1A | 45 | 2E | 34 |
| Octal | 254 | 274 | 114 | 11 | 0 | 74 | 32 | 105 | 56 | 64 |
| Binary | 10101100 | 10111100 | 1001100 | 1001 | 0 | 111100 | 11010 | 1000101 | 101110 | 110100 |
Color Harmonies of #ACBC4C
Complementary color
Monochromatic Colors of #ACBC4C
Black with #ACBC4C
Text Example
Text Example
White with #ACBC4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBC4C; }
p { color: rgb(172,188,76); }
H1.HeaderClassName
{
color: #ACBC4C;
}
.AnyTagClassName
{
color: #ACBC4C;
}
</style>
background-color css
<style>
a { background-color: #ACBC4C; }
a { background-color: rgb(172,188,76); }
div.DivClassName
{
background-color: #ACBC4C;
}
.BgClassName
{
background-color: #ACBC4C;
}
</style>
border-color css
<style>
span { border-color: #ACBC4C; }
span { border-color: rgb(172,188,76); }
td.TdClassName
{
border-color: #ACBC4C;
}
.TagClassName
{
border-color: #ACBC4C;
}
</style>