Shades of Celery #ACB04C
Tints of Celery #ACB04C
RGB
CMYK
RGB Variations
Color information
#ACB04C (or 0xACB04C) is known color: Celery. HEX triplet: AC, B0 and 4C. RGB value is (172,176,76). Sum of RGB (Red+Green+Blue) = 172+176+76=424 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.57% from 424); Green value is 176 (69.14% from 255 or 41.51% from 424); Blue value is 76 (30.08% from 255 or 17.92% from 424); Max value from RGB is 176 - color contains mainly: green. Hex color #ACB04C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACB04C is #534FB3. Grayscale: #A3A3A3. Windows color (decimal): -5459892 or 5025964. OLE color: 5025964.
HSL color Cylindrical-coordinate representation of color #ACB04C: hue angle of 62.4º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ACB04C is Cyan = 0.02, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 172 | 176 | 76 | - |
| CMYK | 0.02 | 0 | 0.57 | 0.31 |
| HSL | 62.4º | 0.4% | 0.49% | - |
| HSV(B) | 62.4º | 0.57% | 0.69% | - |
| XYZ | 33.84 | 40.34 | 12.84 | - |
| YUV | 163.4 | 78.67 | 134.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 176 | 76 | 0.02 | 0 | 0.57 | 0.31 | 62.4 | 0.4 | 0.49 |
| Hex | AC | B0 | 4C | 2 | 0 | 39 | 1F | 3E | 28 | 31 |
| Octal | 254 | 260 | 114 | 2 | 0 | 71 | 37 | 76 | 50 | 61 |
| Binary | 10101100 | 10110000 | 1001100 | 10 | 0 | 111001 | 11111 | 111110 | 101000 | 110001 |
Color Harmonies of #ACB04C
Complementary color
Monochromatic Colors of #ACB04C
Black with #ACB04C
Text Example
Text Example
White with #ACB04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB04C; }
p { color: rgb(172,176,76); }
H1.HeaderClassName
{
color: #ACB04C;
}
.AnyTagClassName
{
color: #ACB04C;
}
</style>
background-color css
<style>
a { background-color: #ACB04C; }
a { background-color: rgb(172,176,76); }
div.DivClassName
{
background-color: #ACB04C;
}
.BgClassName
{
background-color: #ACB04C;
}
</style>
border-color css
<style>
span { border-color: #ACB04C; }
span { border-color: rgb(172,176,76); }
td.TdClassName
{
border-color: #ACB04C;
}
.TagClassName
{
border-color: #ACB04C;
}
</style>