Shades of Celery #ACBC3A
Tints of Celery #ACBC3A
RGB
CMYK
RGB Variations
Color information
#ACBC3A (or 0xACBC3A) is known color: Celery. HEX triplet: AC, BC and 3A. RGB value is (172,188,58). Sum of RGB (Red+Green+Blue) = 172+188+58=418 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.15% from 418); Green value is 188 (73.83% from 255 or 44.98% from 418); Blue value is 58 (23.05% from 255 or 13.88% from 418); Max value from RGB is 188 - color contains mainly: green. Hex color #ACBC3A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACBC3A is #5343C5. Grayscale: #A8A8A8. Windows color (decimal): -5456838 or 3849388. OLE color: 3849388.
HSL color Cylindrical-coordinate representation of color #ACBC3A: hue angle of 67.38º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ACBC3A is Cyan = 0.09, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 172 | 188 | 58 | - |
| CMYK | 0.09 | 0 | 0.69 | 0.26 |
| HSL | 67.38º | 0.53% | 0.48% | - |
| HSV(B) | 67.38º | 0.69% | 0.74% | - |
| XYZ | 35.76 | 45.04 | 10.81 | - |
| YUV | 168.4 | 65.7 | 130.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 188 | 58 | 0.09 | 0 | 0.69 | 0.26 | 67.38 | 0.53 | 0.48 |
| Hex | AC | BC | 3A | 9 | 0 | 45 | 1A | 43 | 35 | 30 |
| Octal | 254 | 274 | 72 | 11 | 0 | 105 | 32 | 103 | 65 | 60 |
| Binary | 10101100 | 10111100 | 111010 | 1001 | 0 | 1000101 | 11010 | 1000011 | 110101 | 110000 |
Color Harmonies of #ACBC3A
Complementary color
Monochromatic Colors of #ACBC3A
Black with #ACBC3A
Text Example
Text Example
White with #ACBC3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBC3A; }
p { color: rgb(172,188,58); }
H1.HeaderClassName
{
color: #ACBC3A;
}
.AnyTagClassName
{
color: #ACBC3A;
}
</style>
background-color css
<style>
a { background-color: #ACBC3A; }
a { background-color: rgb(172,188,58); }
div.DivClassName
{
background-color: #ACBC3A;
}
.BgClassName
{
background-color: #ACBC3A;
}
</style>
border-color css
<style>
span { border-color: #ACBC3A; }
span { border-color: rgb(172,188,58); }
td.TdClassName
{
border-color: #ACBC3A;
}
.TagClassName
{
border-color: #ACBC3A;
}
</style>