Shades of Celery #ACB24F
Tints of Celery #ACB24F
RGB
CMYK
RGB Variations
Color information
#ACB24F (or 0xACB24F) is known color: Celery. HEX triplet: AC, B2 and 4F. RGB value is (172,178,79). Sum of RGB (Red+Green+Blue) = 172+178+79=429 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.09% from 429); Green value is 178 (69.92% from 255 or 41.49% from 429); Blue value is 79 (31.25% from 255 or 18.41% from 429); Max value from RGB is 178 - color contains mainly: green. Hex color #ACB24F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACB24F is #534DB0. Grayscale: #A5A5A5. Windows color (decimal): -5459377 or 5223084. OLE color: 5223084.
HSL color Cylindrical-coordinate representation of color #ACB24F: hue angle of 63.64º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ACB24F is Cyan = 0.03, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 172 | 178 | 79 | - |
| CMYK | 0.03 | 0 | 0.56 | 0.30 |
| HSL | 63.64º | 0.39% | 0.5% | - |
| HSV(B) | 63.64º | 0.56% | 0.7% | - |
| XYZ | 34.34 | 41.18 | 13.53 | - |
| YUV | 164.92 | 79.51 | 133.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 178 | 79 | 0.03 | 0 | 0.56 | 0.30 | 63.64 | 0.39 | 0.5 |
| Hex | AC | B2 | 4F | 3 | 0 | 38 | 1E | 40 | 27 | 32 |
| Octal | 254 | 262 | 117 | 3 | 0 | 70 | 36 | 100 | 47 | 62 |
| Binary | 10101100 | 10110010 | 1001111 | 11 | 0 | 111000 | 11110 | 1000000 | 100111 | 110010 |
Color Harmonies of #ACB24F
Complementary color
Monochromatic Colors of #ACB24F
Black with #ACB24F
Text Example
Text Example
White with #ACB24F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB24F; }
p { color: rgb(172,178,79); }
H1.HeaderClassName
{
color: #ACB24F;
}
.AnyTagClassName
{
color: #ACB24F;
}
</style>
background-color css
<style>
a { background-color: #ACB24F; }
a { background-color: rgb(172,178,79); }
div.DivClassName
{
background-color: #ACB24F;
}
.BgClassName
{
background-color: #ACB24F;
}
</style>
border-color css
<style>
span { border-color: #ACB24F; }
span { border-color: rgb(172,178,79); }
td.TdClassName
{
border-color: #ACB24F;
}
.TagClassName
{
border-color: #ACB24F;
}
</style>