Shades of Celery #ACB74A
Tints of Celery #ACB74A
RGB
CMYK
RGB Variations
Color information
#ACB74A (or 0xACB74A) is known color: Celery. HEX triplet: AC, B7 and 4A. RGB value is (172,183,74). Sum of RGB (Red+Green+Blue) = 172+183+74=429 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.09% from 429); Green value is 183 (71.88% from 255 or 42.66% from 429); Blue value is 74 (29.30% from 255 or 17.25% from 429); Max value from RGB is 183 - color contains mainly: green. Hex color #ACB74A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB74A is #5348B5. Grayscale: #A7A7A7. Windows color (decimal): -5458102 or 4896684. OLE color: 4896684.
HSL color Cylindrical-coordinate representation of color #ACB74A: hue angle of 66.06º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ACB74A is Cyan = 0.06, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 172 | 183 | 74 | - |
| CMYK | 0.06 | 0 | 0.60 | 0.28 |
| HSL | 66.06º | 0.43% | 0.5% | - |
| HSV(B) | 66.06º | 0.6% | 0.72% | - |
| XYZ | 35.18 | 43.13 | 12.95 | - |
| YUV | 167.29 | 75.36 | 131.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 183 | 74 | 0.06 | 0 | 0.60 | 0.28 | 66.06 | 0.43 | 0.5 |
| Hex | AC | B7 | 4A | 6 | 0 | 3C | 1C | 42 | 2B | 32 |
| Octal | 254 | 267 | 112 | 6 | 0 | 74 | 34 | 102 | 53 | 62 |
| Binary | 10101100 | 10110111 | 1001010 | 110 | 0 | 111100 | 11100 | 1000010 | 101011 | 110010 |
Color Harmonies of #ACB74A
Complementary color
Monochromatic Colors of #ACB74A
Black with #ACB74A
Text Example
Text Example
White with #ACB74A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB74A; }
p { color: rgb(172,183,74); }
H1.HeaderClassName
{
color: #ACB74A;
}
.AnyTagClassName
{
color: #ACB74A;
}
</style>
background-color css
<style>
a { background-color: #ACB74A; }
a { background-color: rgb(172,183,74); }
div.DivClassName
{
background-color: #ACB74A;
}
.BgClassName
{
background-color: #ACB74A;
}
</style>
border-color css
<style>
span { border-color: #ACB74A; }
span { border-color: rgb(172,183,74); }
td.TdClassName
{
border-color: #ACB74A;
}
.TagClassName
{
border-color: #ACB74A;
}
</style>