Shades of Celery #ACB33C
Tints of Celery #ACB33C
RGB
CMYK
RGB Variations
Color information
#ACB33C (or 0xACB33C) is known color: Celery. HEX triplet: AC, B3 and 3C. RGB value is (172,179,60). Sum of RGB (Red+Green+Blue) = 172+179+60=411 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.85% from 411); Green value is 179 (70.31% from 255 or 43.55% from 411); Blue value is 60 (23.83% from 255 or 14.60% from 411); Max value from RGB is 179 - color contains mainly: green. Hex color #ACB33C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB33C is #534CC3. Grayscale: #A3A3A3. Windows color (decimal): -5459140 or 3978156. OLE color: 3978156.
HSL color Cylindrical-coordinate representation of color #ACB33C: hue angle of 63.53º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ACB33C is Cyan = 0.04, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 172 | 179 | 60 | - |
| CMYK | 0.04 | 0 | 0.66 | 0.30 |
| HSL | 63.53º | 0.5% | 0.47% | - |
| HSV(B) | 63.53º | 0.66% | 0.7% | - |
| XYZ | 33.95 | 41.34 | 10.46 | - |
| YUV | 163.34 | 69.68 | 134.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 179 | 60 | 0.04 | 0 | 0.66 | 0.30 | 63.53 | 0.5 | 0.47 |
| Hex | AC | B3 | 3C | 4 | 0 | 42 | 1E | 40 | 32 | 2F |
| Octal | 254 | 263 | 74 | 4 | 0 | 102 | 36 | 100 | 62 | 57 |
| Binary | 10101100 | 10110011 | 111100 | 100 | 0 | 1000010 | 11110 | 1000000 | 110010 | 101111 |
Color Harmonies of #ACB33C
Complementary color
Monochromatic Colors of #ACB33C
Black with #ACB33C
Text Example
Text Example
White with #ACB33C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB33C; }
p { color: rgb(172,179,60); }
H1.HeaderClassName
{
color: #ACB33C;
}
.AnyTagClassName
{
color: #ACB33C;
}
</style>
background-color css
<style>
a { background-color: #ACB33C; }
a { background-color: rgb(172,179,60); }
div.DivClassName
{
background-color: #ACB33C;
}
.BgClassName
{
background-color: #ACB33C;
}
</style>
border-color css
<style>
span { border-color: #ACB33C; }
span { border-color: rgb(172,179,60); }
td.TdClassName
{
border-color: #ACB33C;
}
.TagClassName
{
border-color: #ACB33C;
}
</style>