Shades of Celery #ACB74D
Tints of Celery #ACB74D
RGB
CMYK
RGB Variations
Color information
#ACB74D (or 0xACB74D) is known color: Celery. HEX triplet: AC, B7 and 4D. RGB value is (172,183,77). Sum of RGB (Red+Green+Blue) = 172+183+77=432 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.81% from 432); Green value is 183 (71.88% from 255 or 42.36% from 432); Blue value is 77 (30.47% from 255 or 17.82% from 432); Max value from RGB is 183 - color contains mainly: green. Hex color #ACB74D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB74D is #5348B2. Grayscale: #A8A8A8. Windows color (decimal): -5458099 or 5093292. OLE color: 5093292.
HSL color Cylindrical-coordinate representation of color #ACB74D: hue angle of 66.23º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ACB74D is Cyan = 0.06, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 172 | 183 | 77 | - |
| CMYK | 0.06 | 0 | 0.58 | 0.28 |
| HSL | 66.23º | 0.42% | 0.51% | - |
| HSV(B) | 66.23º | 0.58% | 0.72% | - |
| XYZ | 35.29 | 43.17 | 13.49 | - |
| YUV | 167.63 | 76.86 | 131.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 183 | 77 | 0.06 | 0 | 0.58 | 0.28 | 66.23 | 0.42 | 0.51 |
| Hex | AC | B7 | 4D | 6 | 0 | 3A | 1C | 42 | 2A | 33 |
| Octal | 254 | 267 | 115 | 6 | 0 | 72 | 34 | 102 | 52 | 63 |
| Binary | 10101100 | 10110111 | 1001101 | 110 | 0 | 111010 | 11100 | 1000010 | 101010 | 110011 |
Color Harmonies of #ACB74D
Complementary color
Monochromatic Colors of #ACB74D
Black with #ACB74D
Text Example
Text Example
White with #ACB74D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB74D; }
p { color: rgb(172,183,77); }
H1.HeaderClassName
{
color: #ACB74D;
}
.AnyTagClassName
{
color: #ACB74D;
}
</style>
background-color css
<style>
a { background-color: #ACB74D; }
a { background-color: rgb(172,183,77); }
div.DivClassName
{
background-color: #ACB74D;
}
.BgClassName
{
background-color: #ACB74D;
}
</style>
border-color css
<style>
span { border-color: #ACB74D; }
span { border-color: rgb(172,183,77); }
td.TdClassName
{
border-color: #ACB74D;
}
.TagClassName
{
border-color: #ACB74D;
}
</style>