Shades of Celery #ACB63C
Tints of Celery #ACB63C
RGB
CMYK
RGB Variations
Color information
#ACB63C (or 0xACB63C) is known color: Celery. HEX triplet: AC, B6 and 3C. RGB value is (172,182,60). Sum of RGB (Red+Green+Blue) = 172+182+60=414 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.55% from 414); Green value is 182 (71.48% from 255 or 43.96% from 414); Blue value is 60 (23.83% from 255 or 14.49% from 414); Max value from RGB is 182 - color contains mainly: green. Hex color #ACB63C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB63C is #5349C3. Grayscale: #A5A5A5. Windows color (decimal): -5458372 or 3978924. OLE color: 3978924.
HSL color Cylindrical-coordinate representation of color #ACB63C: hue angle of 64.92º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ACB63C is Cyan = 0.05, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 172 | 182 | 60 | - |
| CMYK | 0.05 | 0 | 0.67 | 0.29 |
| HSL | 64.92º | 0.5% | 0.47% | - |
| HSV(B) | 64.92º | 0.67% | 0.71% | - |
| XYZ | 34.56 | 42.55 | 10.67 | - |
| YUV | 165.1 | 68.69 | 132.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 182 | 60 | 0.05 | 0 | 0.67 | 0.29 | 64.92 | 0.5 | 0.47 |
| Hex | AC | B6 | 3C | 5 | 0 | 43 | 1D | 41 | 32 | 2F |
| Octal | 254 | 266 | 74 | 5 | 0 | 103 | 35 | 101 | 62 | 57 |
| Binary | 10101100 | 10110110 | 111100 | 101 | 0 | 1000011 | 11101 | 1000001 | 110010 | 101111 |
Color Harmonies of #ACB63C
Complementary color
Monochromatic Colors of #ACB63C
Black with #ACB63C
Text Example
Text Example
White with #ACB63C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB63C; }
p { color: rgb(172,182,60); }
H1.HeaderClassName
{
color: #ACB63C;
}
.AnyTagClassName
{
color: #ACB63C;
}
</style>
background-color css
<style>
a { background-color: #ACB63C; }
a { background-color: rgb(172,182,60); }
div.DivClassName
{
background-color: #ACB63C;
}
.BgClassName
{
background-color: #ACB63C;
}
</style>
border-color css
<style>
span { border-color: #ACB63C; }
span { border-color: rgb(172,182,60); }
td.TdClassName
{
border-color: #ACB63C;
}
.TagClassName
{
border-color: #ACB63C;
}
</style>