Shades of Celery #ACB43C
Tints of Celery #ACB43C
RGB
CMYK
RGB Variations
Color information
#ACB43C (or 0xACB43C) is known color: Celery. HEX triplet: AC, B4 and 3C. RGB value is (172,180,60). Sum of RGB (Red+Green+Blue) = 172+180+60=412 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.75% from 412); Green value is 180 (70.70% from 255 or 43.69% from 412); Blue value is 60 (23.83% from 255 or 14.56% from 412); Max value from RGB is 180 - color contains mainly: green. Hex color #ACB43C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB43C is #534BC3. Grayscale: #A4A4A4. Windows color (decimal): -5458884 or 3978412. OLE color: 3978412.
HSL color Cylindrical-coordinate representation of color #ACB43C: hue angle of 64º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ACB43C is Cyan = 0.04, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 172 | 180 | 60 | - |
| CMYK | 0.04 | 0 | 0.67 | 0.29 |
| HSL | 64º | 0.5% | 0.47% | - |
| HSV(B) | 64º | 0.67% | 0.71% | - |
| XYZ | 34.15 | 41.74 | 10.53 | - |
| YUV | 163.93 | 69.35 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 180 | 60 | 0.04 | 0 | 0.67 | 0.29 | 64 | 0.5 | 0.47 |
| Hex | AC | B4 | 3C | 4 | 0 | 43 | 1D | 40 | 32 | 2F |
| Octal | 254 | 264 | 74 | 4 | 0 | 103 | 35 | 100 | 62 | 57 |
| Binary | 10101100 | 10110100 | 111100 | 100 | 0 | 1000011 | 11101 | 1000000 | 110010 | 101111 |
Color Harmonies of #ACB43C
Complementary color
Monochromatic Colors of #ACB43C
Black with #ACB43C
Text Example
Text Example
White with #ACB43C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB43C; }
p { color: rgb(172,180,60); }
H1.HeaderClassName
{
color: #ACB43C;
}
.AnyTagClassName
{
color: #ACB43C;
}
</style>
background-color css
<style>
a { background-color: #ACB43C; }
a { background-color: rgb(172,180,60); }
div.DivClassName
{
background-color: #ACB43C;
}
.BgClassName
{
background-color: #ACB43C;
}
</style>
border-color css
<style>
span { border-color: #ACB43C; }
span { border-color: rgb(172,180,60); }
td.TdClassName
{
border-color: #ACB43C;
}
.TagClassName
{
border-color: #ACB43C;
}
</style>