Shades of Celery #ACBC3E
Tints of Celery #ACBC3E
RGB
CMYK
RGB Variations
Color information
#ACBC3E (or 0xACBC3E) is known color: Celery. HEX triplet: AC, BC and 3E. RGB value is (172,188,62). Sum of RGB (Red+Green+Blue) = 172+188+62=422 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.76% from 422); Green value is 188 (73.83% from 255 or 44.55% from 422); Blue value is 62 (24.61% from 255 or 14.69% from 422); Max value from RGB is 188 - color contains mainly: green. Hex color #ACBC3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACBC3E is #5343C1. Grayscale: #A9A9A9. Windows color (decimal): -5456834 or 4111532. OLE color: 4111532.
HSL color Cylindrical-coordinate representation of color #ACBC3E: hue angle of 67.62º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ACBC3E is Cyan = 0.09, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 172 | 188 | 62 | - |
| CMYK | 0.09 | 0 | 0.67 | 0.26 |
| HSL | 67.62º | 0.5% | 0.49% | - |
| HSV(B) | 67.62º | 0.67% | 0.74% | - |
| XYZ | 35.87 | 45.08 | 11.37 | - |
| YUV | 168.85 | 67.7 | 130.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 188 | 62 | 0.09 | 0 | 0.67 | 0.26 | 67.62 | 0.5 | 0.49 |
| Hex | AC | BC | 3E | 9 | 0 | 43 | 1A | 44 | 32 | 31 |
| Octal | 254 | 274 | 76 | 11 | 0 | 103 | 32 | 104 | 62 | 61 |
| Binary | 10101100 | 10111100 | 111110 | 1001 | 0 | 1000011 | 11010 | 1000100 | 110010 | 110001 |
Color Harmonies of #ACBC3E
Complementary color
Monochromatic Colors of #ACBC3E
Black with #ACBC3E
Text Example
Text Example
White with #ACBC3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBC3E; }
p { color: rgb(172,188,62); }
H1.HeaderClassName
{
color: #ACBC3E;
}
.AnyTagClassName
{
color: #ACBC3E;
}
</style>
background-color css
<style>
a { background-color: #ACBC3E; }
a { background-color: rgb(172,188,62); }
div.DivClassName
{
background-color: #ACBC3E;
}
.BgClassName
{
background-color: #ACBC3E;
}
</style>
border-color css
<style>
span { border-color: #ACBC3E; }
span { border-color: rgb(172,188,62); }
td.TdClassName
{
border-color: #ACBC3E;
}
.TagClassName
{
border-color: #ACBC3E;
}
</style>