Shades of Celery #ACB43E
Tints of Celery #ACB43E
RGB
CMYK
RGB Variations
Color information
#ACB43E (or 0xACB43E) is known color: Celery. HEX triplet: AC, B4 and 3E. RGB value is (172,180,62). Sum of RGB (Red+Green+Blue) = 172+180+62=414 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.55% from 414); Green value is 180 (70.70% from 255 or 43.48% from 414); Blue value is 62 (24.61% from 255 or 14.98% from 414); Max value from RGB is 180 - color contains mainly: green. Hex color #ACB43E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB43E is #534BC1. Grayscale: #A4A4A4. Windows color (decimal): -5458882 or 4109484. OLE color: 4109484.
HSL color Cylindrical-coordinate representation of color #ACB43E: hue angle of 64.07º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ACB43E is Cyan = 0.04, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 172 | 180 | 62 | - |
| CMYK | 0.04 | 0 | 0.66 | 0.29 |
| HSL | 64.07º | 0.49% | 0.47% | - |
| HSV(B) | 64.07º | 0.66% | 0.71% | - |
| XYZ | 34.2 | 41.76 | 10.82 | - |
| YUV | 164.16 | 70.35 | 133.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 180 | 62 | 0.04 | 0 | 0.66 | 0.29 | 64.07 | 0.49 | 0.47 |
| Hex | AC | B4 | 3E | 4 | 0 | 42 | 1D | 40 | 31 | 2F |
| Octal | 254 | 264 | 76 | 4 | 0 | 102 | 35 | 100 | 61 | 57 |
| Binary | 10101100 | 10110100 | 111110 | 100 | 0 | 1000010 | 11101 | 1000000 | 110001 | 101111 |
Color Harmonies of #ACB43E
Complementary color
Monochromatic Colors of #ACB43E
Black with #ACB43E
Text Example
Text Example
White with #ACB43E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB43E; }
p { color: rgb(172,180,62); }
H1.HeaderClassName
{
color: #ACB43E;
}
.AnyTagClassName
{
color: #ACB43E;
}
</style>
background-color css
<style>
a { background-color: #ACB43E; }
a { background-color: rgb(172,180,62); }
div.DivClassName
{
background-color: #ACB43E;
}
.BgClassName
{
background-color: #ACB43E;
}
</style>
border-color css
<style>
span { border-color: #ACB43E; }
span { border-color: rgb(172,180,62); }
td.TdClassName
{
border-color: #ACB43E;
}
.TagClassName
{
border-color: #ACB43E;
}
</style>