Shades of Celery #ACB953
Tints of Celery #ACB953
RGB
CMYK
RGB Variations
Color information
#ACB953 (or 0xACB953) is known color: Celery. HEX triplet: AC, B9 and 53. RGB value is (172,185,83). Sum of RGB (Red+Green+Blue) = 172+185+83=440 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.09% from 440); Green value is 185 (72.66% from 255 or 42.05% from 440); Blue value is 83 (32.81% from 255 or 18.86% from 440); Max value from RGB is 185 - color contains mainly: green. Hex color #ACB953 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB953 is #5346AC. Grayscale: #A9A9A9. Windows color (decimal): -5457581 or 5487020. OLE color: 5487020.
HSL color Cylindrical-coordinate representation of color #ACB953: hue angle of 67.65º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ACB953 is Cyan = 0.07, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 185 | 83 | - |
| CMYK | 0.07 | 0 | 0.55 | 0.27 |
| HSL | 67.65º | 0.42% | 0.53% | - |
| HSV(B) | 67.65º | 0.55% | 0.73% | - |
| XYZ | 35.92 | 44.09 | 14.8 | - |
| YUV | 169.49 | 79.19 | 129.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 185 | 83 | 0.07 | 0 | 0.55 | 0.27 | 67.65 | 0.42 | 0.53 |
| Hex | AC | B9 | 53 | 7 | 0 | 37 | 1B | 44 | 2A | 35 |
| Octal | 254 | 271 | 123 | 7 | 0 | 67 | 33 | 104 | 52 | 65 |
| Binary | 10101100 | 10111001 | 1010011 | 111 | 0 | 110111 | 11011 | 1000100 | 101010 | 110101 |
Color Harmonies of #ACB953
Complementary color
Monochromatic Colors of #ACB953
Black with #ACB953
Text Example
Text Example
White with #ACB953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB953; }
p { color: rgb(172,185,83); }
H1.HeaderClassName
{
color: #ACB953;
}
.AnyTagClassName
{
color: #ACB953;
}
</style>
background-color css
<style>
a { background-color: #ACB953; }
a { background-color: rgb(172,185,83); }
div.DivClassName
{
background-color: #ACB953;
}
.BgClassName
{
background-color: #ACB953;
}
</style>
border-color css
<style>
span { border-color: #ACB953; }
span { border-color: rgb(172,185,83); }
td.TdClassName
{
border-color: #ACB953;
}
.TagClassName
{
border-color: #ACB953;
}
</style>