Shades of Celery #ACB247
Tints of Celery #ACB247
RGB
CMYK
RGB Variations
Color information
#ACB247 (or 0xACB247) is known color: Celery. HEX triplet: AC, B2 and 47. RGB value is (172,178,71). Sum of RGB (Red+Green+Blue) = 172+178+71=421 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.86% from 421); Green value is 178 (69.92% from 255 or 42.28% from 421); Blue value is 71 (28.12% from 255 or 16.86% from 421); Max value from RGB is 178 - color contains mainly: green. Hex color #ACB247 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACB247 is #534DB8. Grayscale: #A4A4A4. Windows color (decimal): -5459385 or 4698796. OLE color: 4698796.
HSL color Cylindrical-coordinate representation of color #ACB247: hue angle of 63.36º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ACB247 is Cyan = 0.03, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 172 | 178 | 71 | - |
| CMYK | 0.03 | 0 | 0.60 | 0.30 |
| HSL | 63.36º | 0.43% | 0.49% | - |
| HSV(B) | 63.36º | 0.6% | 0.7% | - |
| XYZ | 34.07 | 41.07 | 12.09 | - |
| YUV | 164.01 | 75.51 | 133.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 178 | 71 | 0.03 | 0 | 0.60 | 0.30 | 63.36 | 0.43 | 0.49 |
| Hex | AC | B2 | 47 | 3 | 0 | 3C | 1E | 3F | 2B | 31 |
| Octal | 254 | 262 | 107 | 3 | 0 | 74 | 36 | 77 | 53 | 61 |
| Binary | 10101100 | 10110010 | 1000111 | 11 | 0 | 111100 | 11110 | 111111 | 101011 | 110001 |
Color Harmonies of #ACB247
Complementary color
Monochromatic Colors of #ACB247
Black with #ACB247
Text Example
Text Example
White with #ACB247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB247; }
p { color: rgb(172,178,71); }
H1.HeaderClassName
{
color: #ACB247;
}
.AnyTagClassName
{
color: #ACB247;
}
</style>
background-color css
<style>
a { background-color: #ACB247; }
a { background-color: rgb(172,178,71); }
div.DivClassName
{
background-color: #ACB247;
}
.BgClassName
{
background-color: #ACB247;
}
</style>
border-color css
<style>
span { border-color: #ACB247; }
span { border-color: rgb(172,178,71); }
td.TdClassName
{
border-color: #ACB247;
}
.TagClassName
{
border-color: #ACB247;
}
</style>