Shades of Celery #ACB94B
Tints of Celery #ACB94B
RGB
CMYK
RGB Variations
Color information
#ACB94B (or 0xACB94B) is known color: Celery. HEX triplet: AC, B9 and 4B. RGB value is (172,185,75). Sum of RGB (Red+Green+Blue) = 172+185+75=432 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.81% from 432); Green value is 185 (72.66% from 255 or 42.82% from 432); Blue value is 75 (29.69% from 255 or 17.36% from 432); Max value from RGB is 185 - color contains mainly: green. Hex color #ACB94B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB94B is #5346B4. Grayscale: #A9A9A9. Windows color (decimal): -5457589 or 4962732. OLE color: 4962732.
HSL color Cylindrical-coordinate representation of color #ACB94B: hue angle of 67.09º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ACB94B is Cyan = 0.07, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 185 | 75 | - |
| CMYK | 0.07 | 0 | 0.59 | 0.27 |
| HSL | 67.09º | 0.44% | 0.51% | - |
| HSV(B) | 67.09º | 0.59% | 0.73% | - |
| XYZ | 35.63 | 43.98 | 13.27 | - |
| YUV | 168.57 | 75.19 | 130.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 185 | 75 | 0.07 | 0 | 0.59 | 0.27 | 67.09 | 0.44 | 0.51 |
| Hex | AC | B9 | 4B | 7 | 0 | 3B | 1B | 43 | 2C | 33 |
| Octal | 254 | 271 | 113 | 7 | 0 | 73 | 33 | 103 | 54 | 63 |
| Binary | 10101100 | 10111001 | 1001011 | 111 | 0 | 111011 | 11011 | 1000011 | 101100 | 110011 |
Color Harmonies of #ACB94B
Complementary color
Monochromatic Colors of #ACB94B
Black with #ACB94B
Text Example
Text Example
White with #ACB94B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB94B; }
p { color: rgb(172,185,75); }
H1.HeaderClassName
{
color: #ACB94B;
}
.AnyTagClassName
{
color: #ACB94B;
}
</style>
background-color css
<style>
a { background-color: #ACB94B; }
a { background-color: rgb(172,185,75); }
div.DivClassName
{
background-color: #ACB94B;
}
.BgClassName
{
background-color: #ACB94B;
}
</style>
border-color css
<style>
span { border-color: #ACB94B; }
span { border-color: rgb(172,185,75); }
td.TdClassName
{
border-color: #ACB94B;
}
.TagClassName
{
border-color: #ACB94B;
}
</style>