Shades of Celery #ACB450
Tints of Celery #ACB450
RGB
CMYK
RGB Variations
Color information
#ACB450 (or 0xACB450) is known color: Celery. HEX triplet: AC, B4 and 50. RGB value is (172,180,80). Sum of RGB (Red+Green+Blue) = 172+180+80=432 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.81% from 432); Green value is 180 (70.70% from 255 or 41.67% from 432); Blue value is 80 (31.64% from 255 or 18.52% from 432); Max value from RGB is 180 - color contains mainly: green. Hex color #ACB450 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB450 is #534BAF. Grayscale: #A6A6A6. Windows color (decimal): -5458864 or 5289132. OLE color: 5289132.
HSL color Cylindrical-coordinate representation of color #ACB450: hue angle of 64.8º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ACB450 is Cyan = 0.04, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 172 | 180 | 80 | - |
| CMYK | 0.04 | 0 | 0.56 | 0.29 |
| HSL | 64.8º | 0.4% | 0.51% | - |
| HSV(B) | 64.8º | 0.56% | 0.71% | - |
| XYZ | 34.78 | 41.99 | 13.86 | - |
| YUV | 166.21 | 79.35 | 132.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 180 | 80 | 0.04 | 0 | 0.56 | 0.29 | 64.8 | 0.4 | 0.51 |
| Hex | AC | B4 | 50 | 4 | 0 | 38 | 1D | 41 | 28 | 33 |
| Octal | 254 | 264 | 120 | 4 | 0 | 70 | 35 | 101 | 50 | 63 |
| Binary | 10101100 | 10110100 | 1010000 | 100 | 0 | 111000 | 11101 | 1000001 | 101000 | 110011 |
Color Harmonies of #ACB450
Complementary color
Monochromatic Colors of #ACB450
Black with #ACB450
Text Example
Text Example
White with #ACB450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB450; }
p { color: rgb(172,180,80); }
H1.HeaderClassName
{
color: #ACB450;
}
.AnyTagClassName
{
color: #ACB450;
}
</style>
background-color css
<style>
a { background-color: #ACB450; }
a { background-color: rgb(172,180,80); }
div.DivClassName
{
background-color: #ACB450;
}
.BgClassName
{
background-color: #ACB450;
}
</style>
border-color css
<style>
span { border-color: #ACB450; }
span { border-color: rgb(172,180,80); }
td.TdClassName
{
border-color: #ACB450;
}
.TagClassName
{
border-color: #ACB450;
}
</style>