Shades of Celery #ACB84F
Tints of Celery #ACB84F
RGB
CMYK
RGB Variations
Color information
#ACB84F (or 0xACB84F) is known color: Celery. HEX triplet: AC, B8 and 4F. RGB value is (172,184,79). Sum of RGB (Red+Green+Blue) = 172+184+79=435 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.54% from 435); Green value is 184 (72.27% from 255 or 42.30% from 435); Blue value is 79 (31.25% from 255 or 18.16% from 435); Max value from RGB is 184 - color contains mainly: green. Hex color #ACB84F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB84F is #5347B0. Grayscale: #A8A8A8. Windows color (decimal): -5457841 or 5224620. OLE color: 5224620.
HSL color Cylindrical-coordinate representation of color #ACB84F: hue angle of 66.86º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ACB84F is Cyan = 0.07, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 172 | 184 | 79 | - |
| CMYK | 0.07 | 0 | 0.57 | 0.28 |
| HSL | 66.86º | 0.43% | 0.52% | - |
| HSV(B) | 66.86º | 0.57% | 0.72% | - |
| XYZ | 35.57 | 43.62 | 13.94 | - |
| YUV | 168.44 | 77.52 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 184 | 79 | 0.07 | 0 | 0.57 | 0.28 | 66.86 | 0.43 | 0.52 |
| Hex | AC | B8 | 4F | 7 | 0 | 39 | 1C | 43 | 2B | 34 |
| Octal | 254 | 270 | 117 | 7 | 0 | 71 | 34 | 103 | 53 | 64 |
| Binary | 10101100 | 10111000 | 1001111 | 111 | 0 | 111001 | 11100 | 1000011 | 101011 | 110100 |
Color Harmonies of #ACB84F
Complementary color
Monochromatic Colors of #ACB84F
Black with #ACB84F
Text Example
Text Example
White with #ACB84F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB84F; }
p { color: rgb(172,184,79); }
H1.HeaderClassName
{
color: #ACB84F;
}
.AnyTagClassName
{
color: #ACB84F;
}
</style>
background-color css
<style>
a { background-color: #ACB84F; }
a { background-color: rgb(172,184,79); }
div.DivClassName
{
background-color: #ACB84F;
}
.BgClassName
{
background-color: #ACB84F;
}
</style>
border-color css
<style>
span { border-color: #ACB84F; }
span { border-color: rgb(172,184,79); }
td.TdClassName
{
border-color: #ACB84F;
}
.TagClassName
{
border-color: #ACB84F;
}
</style>