Shades of Celery #ACB63E
Tints of Celery #ACB63E
RGB
CMYK
RGB Variations
Color information
#ACB63E (or 0xACB63E) is known color: Celery. HEX triplet: AC, B6 and 3E. RGB value is (172,182,62). Sum of RGB (Red+Green+Blue) = 172+182+62=416 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.35% from 416); Green value is 182 (71.48% from 255 or 43.75% from 416); Blue value is 62 (24.61% from 255 or 14.90% from 416); Max value from RGB is 182 - color contains mainly: green. Hex color #ACB63E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB63E is #5349C1. Grayscale: #A5A5A5. Windows color (decimal): -5458370 or 4109996. OLE color: 4109996.
HSL color Cylindrical-coordinate representation of color #ACB63E: hue angle of 65º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ACB63E is Cyan = 0.05, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 172 | 182 | 62 | - |
| CMYK | 0.05 | 0 | 0.66 | 0.29 |
| HSL | 65º | 0.49% | 0.48% | - |
| HSV(B) | 65º | 0.66% | 0.71% | - |
| XYZ | 34.61 | 42.57 | 10.95 | - |
| YUV | 165.33 | 69.69 | 132.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 182 | 62 | 0.05 | 0 | 0.66 | 0.29 | 65 | 0.49 | 0.48 |
| Hex | AC | B6 | 3E | 5 | 0 | 42 | 1D | 41 | 31 | 30 |
| Octal | 254 | 266 | 76 | 5 | 0 | 102 | 35 | 101 | 61 | 60 |
| Binary | 10101100 | 10110110 | 111110 | 101 | 0 | 1000010 | 11101 | 1000001 | 110001 | 110000 |
Color Harmonies of #ACB63E
Complementary color
Monochromatic Colors of #ACB63E
Black with #ACB63E
Text Example
Text Example
White with #ACB63E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB63E; }
p { color: rgb(172,182,62); }
H1.HeaderClassName
{
color: #ACB63E;
}
.AnyTagClassName
{
color: #ACB63E;
}
</style>
background-color css
<style>
a { background-color: #ACB63E; }
a { background-color: rgb(172,182,62); }
div.DivClassName
{
background-color: #ACB63E;
}
.BgClassName
{
background-color: #ACB63E;
}
</style>
border-color css
<style>
span { border-color: #ACB63E; }
span { border-color: rgb(172,182,62); }
td.TdClassName
{
border-color: #ACB63E;
}
.TagClassName
{
border-color: #ACB63E;
}
</style>