Shades of Celery #ACB63B
Tints of Celery #ACB63B
RGB
CMYK
RGB Variations
Color information
#ACB63B (or 0xACB63B) is known color: Celery. HEX triplet: AC, B6 and 3B. RGB value is (172,182,59). Sum of RGB (Red+Green+Blue) = 172+182+59=413 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.65% from 413); Green value is 182 (71.48% from 255 or 44.07% from 413); Blue value is 59 (23.44% from 255 or 14.29% from 413); Max value from RGB is 182 - color contains mainly: green. Hex color #ACB63B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB63B is #5349C4. Grayscale: #A5A5A5. Windows color (decimal): -5458373 or 3913388. OLE color: 3913388.
HSL color Cylindrical-coordinate representation of color #ACB63B: hue angle of 64.88º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ACB63B is Cyan = 0.05, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 172 | 182 | 59 | - |
| CMYK | 0.05 | 0 | 0.68 | 0.29 |
| HSL | 64.88º | 0.51% | 0.47% | - |
| HSV(B) | 64.88º | 0.68% | 0.71% | - |
| XYZ | 34.53 | 42.54 | 10.53 | - |
| YUV | 164.99 | 68.19 | 133 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 182 | 59 | 0.05 | 0 | 0.68 | 0.29 | 64.88 | 0.51 | 0.47 |
| Hex | AC | B6 | 3B | 5 | 0 | 44 | 1D | 41 | 33 | 2F |
| Octal | 254 | 266 | 73 | 5 | 0 | 104 | 35 | 101 | 63 | 57 |
| Binary | 10101100 | 10110110 | 111011 | 101 | 0 | 1000100 | 11101 | 1000001 | 110011 | 101111 |
Color Harmonies of #ACB63B
Complementary color
Monochromatic Colors of #ACB63B
Black with #ACB63B
Text Example
Text Example
White with #ACB63B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB63B; }
p { color: rgb(172,182,59); }
H1.HeaderClassName
{
color: #ACB63B;
}
.AnyTagClassName
{
color: #ACB63B;
}
</style>
background-color css
<style>
a { background-color: #ACB63B; }
a { background-color: rgb(172,182,59); }
div.DivClassName
{
background-color: #ACB63B;
}
.BgClassName
{
background-color: #ACB63B;
}
</style>
border-color css
<style>
span { border-color: #ACB63B; }
span { border-color: rgb(172,182,59); }
td.TdClassName
{
border-color: #ACB63B;
}
.TagClassName
{
border-color: #ACB63B;
}
</style>