Shades of Celery #ACB249
Tints of Celery #ACB249
RGB
CMYK
RGB Variations
Color information
#ACB249 (or 0xACB249) is known color: Celery. HEX triplet: AC, B2 and 49. RGB value is (172,178,73). Sum of RGB (Red+Green+Blue) = 172+178+73=423 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.66% from 423); Green value is 178 (69.92% from 255 or 42.08% from 423); Blue value is 73 (28.91% from 255 or 17.26% from 423); Max value from RGB is 178 - color contains mainly: green. Hex color #ACB249 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACB249 is #534DB6. Grayscale: #A4A4A4. Windows color (decimal): -5459383 or 4829868. OLE color: 4829868.
HSL color Cylindrical-coordinate representation of color #ACB249: hue angle of 63.43º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ACB249 is Cyan = 0.03, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 172 | 178 | 73 | - |
| CMYK | 0.03 | 0 | 0.59 | 0.30 |
| HSL | 63.43º | 0.42% | 0.49% | - |
| HSV(B) | 63.43º | 0.59% | 0.7% | - |
| XYZ | 34.14 | 41.09 | 12.44 | - |
| YUV | 164.24 | 76.51 | 133.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 178 | 73 | 0.03 | 0 | 0.59 | 0.30 | 63.43 | 0.42 | 0.49 |
| Hex | AC | B2 | 49 | 3 | 0 | 3B | 1E | 3F | 2A | 31 |
| Octal | 254 | 262 | 111 | 3 | 0 | 73 | 36 | 77 | 52 | 61 |
| Binary | 10101100 | 10110010 | 1001001 | 11 | 0 | 111011 | 11110 | 111111 | 101010 | 110001 |
Color Harmonies of #ACB249
Complementary color
Monochromatic Colors of #ACB249
Black with #ACB249
Text Example
Text Example
White with #ACB249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB249; }
p { color: rgb(172,178,73); }
H1.HeaderClassName
{
color: #ACB249;
}
.AnyTagClassName
{
color: #ACB249;
}
</style>
background-color css
<style>
a { background-color: #ACB249; }
a { background-color: rgb(172,178,73); }
div.DivClassName
{
background-color: #ACB249;
}
.BgClassName
{
background-color: #ACB249;
}
</style>
border-color css
<style>
span { border-color: #ACB249; }
span { border-color: rgb(172,178,73); }
td.TdClassName
{
border-color: #ACB249;
}
.TagClassName
{
border-color: #ACB249;
}
</style>