Shades of Celery #ACB73C
Tints of Celery #ACB73C
RGB
CMYK
RGB Variations
Color information
#ACB73C (or 0xACB73C) is known color: Celery. HEX triplet: AC, B7 and 3C. RGB value is (172,183,60). Sum of RGB (Red+Green+Blue) = 172+183+60=415 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.45% from 415); Green value is 183 (71.88% from 255 or 44.10% from 415); Blue value is 60 (23.83% from 255 or 14.46% from 415); Max value from RGB is 183 - color contains mainly: green. Hex color #ACB73C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB73C is #5348C3. Grayscale: #A6A6A6. Windows color (decimal): -5458116 or 3979180. OLE color: 3979180.
HSL color Cylindrical-coordinate representation of color #ACB73C: hue angle of 65.37º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ACB73C is Cyan = 0.06, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 172 | 183 | 60 | - |
| CMYK | 0.06 | 0 | 0.67 | 0.28 |
| HSL | 65.37º | 0.51% | 0.48% | - |
| HSV(B) | 65.37º | 0.67% | 0.72% | - |
| XYZ | 34.76 | 42.96 | 10.74 | - |
| YUV | 165.69 | 68.36 | 132.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 183 | 60 | 0.06 | 0 | 0.67 | 0.28 | 65.37 | 0.51 | 0.48 |
| Hex | AC | B7 | 3C | 6 | 0 | 43 | 1C | 41 | 33 | 30 |
| Octal | 254 | 267 | 74 | 6 | 0 | 103 | 34 | 101 | 63 | 60 |
| Binary | 10101100 | 10110111 | 111100 | 110 | 0 | 1000011 | 11100 | 1000001 | 110011 | 110000 |
Color Harmonies of #ACB73C
Complementary color
Monochromatic Colors of #ACB73C
Black with #ACB73C
Text Example
Text Example
White with #ACB73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB73C; }
p { color: rgb(172,183,60); }
H1.HeaderClassName
{
color: #ACB73C;
}
.AnyTagClassName
{
color: #ACB73C;
}
</style>
background-color css
<style>
a { background-color: #ACB73C; }
a { background-color: rgb(172,183,60); }
div.DivClassName
{
background-color: #ACB73C;
}
.BgClassName
{
background-color: #ACB73C;
}
</style>
border-color css
<style>
span { border-color: #ACB73C; }
span { border-color: rgb(172,183,60); }
td.TdClassName
{
border-color: #ACB73C;
}
.TagClassName
{
border-color: #ACB73C;
}
</style>