Shades of Celery #ACB93D
Tints of Celery #ACB93D
RGB
CMYK
RGB Variations
Color information
#ACB93D (or 0xACB93D) is known color: Celery. HEX triplet: AC, B9 and 3D. RGB value is (172,185,61). Sum of RGB (Red+Green+Blue) = 172+185+61=418 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.15% from 418); Green value is 185 (72.66% from 255 or 44.26% from 418); Blue value is 61 (24.22% from 255 or 14.59% from 418); Max value from RGB is 185 - color contains mainly: green. Hex color #ACB93D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB93D is #5346C2. Grayscale: #A7A7A7. Windows color (decimal): -5457603 or 4045228. OLE color: 4045228.
HSL color Cylindrical-coordinate representation of color #ACB93D: hue angle of 66.29º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ACB93D is Cyan = 0.07, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 185 | 61 | - |
| CMYK | 0.07 | 0 | 0.67 | 0.27 |
| HSL | 66.29º | 0.5% | 0.48% | - |
| HSV(B) | 66.29º | 0.67% | 0.73% | - |
| XYZ | 35.2 | 43.81 | 11.01 | - |
| YUV | 166.98 | 68.19 | 131.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 185 | 61 | 0.07 | 0 | 0.67 | 0.27 | 66.29 | 0.5 | 0.48 |
| Hex | AC | B9 | 3D | 7 | 0 | 43 | 1B | 42 | 32 | 30 |
| Octal | 254 | 271 | 75 | 7 | 0 | 103 | 33 | 102 | 62 | 60 |
| Binary | 10101100 | 10111001 | 111101 | 111 | 0 | 1000011 | 11011 | 1000010 | 110010 | 110000 |
Color Harmonies of #ACB93D
Complementary color
Monochromatic Colors of #ACB93D
Black with #ACB93D
Text Example
Text Example
White with #ACB93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB93D; }
p { color: rgb(172,185,61); }
H1.HeaderClassName
{
color: #ACB93D;
}
.AnyTagClassName
{
color: #ACB93D;
}
</style>
background-color css
<style>
a { background-color: #ACB93D; }
a { background-color: rgb(172,185,61); }
div.DivClassName
{
background-color: #ACB93D;
}
.BgClassName
{
background-color: #ACB93D;
}
</style>
border-color css
<style>
span { border-color: #ACB93D; }
span { border-color: rgb(172,185,61); }
td.TdClassName
{
border-color: #ACB93D;
}
.TagClassName
{
border-color: #ACB93D;
}
</style>