Shades of Celery #ACBA4A
Tints of Celery #ACBA4A
RGB
CMYK
RGB Variations
Color information
#ACBA4A (or 0xACBA4A) is known color: Celery. HEX triplet: AC, BA and 4A. RGB value is (172,186,74). Sum of RGB (Red+Green+Blue) = 172+186+74=432 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.81% from 432); Green value is 186 (73.05% from 255 or 43.06% from 432); Blue value is 74 (29.30% from 255 or 17.13% from 432); Max value from RGB is 186 - color contains mainly: green. Hex color #ACBA4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACBA4A is #5345B5. Grayscale: #A9A9A9. Windows color (decimal): -5457334 or 4897452. OLE color: 4897452.
HSL color Cylindrical-coordinate representation of color #ACBA4A: hue angle of 67.5º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ACBA4A is Cyan = 0.08, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.27.
Color convert
RGB | 172 | 186 | 74 | - |
CMYK | 0.08 | 0 | 0.60 | 0.27 |
HSL | 67.5º | 0.45% | 0.51% | - |
HSV(B) | 67.5º | 0.6% | 0.73% | - |
XYZ | 35.81 | 44.38 | 13.16 | - |
YUV | 169.05 | 74.36 | 130.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 186 | 74 | 0.08 | 0 | 0.60 | 0.27 | 67.5 | 0.45 | 0.51 |
Hex | AC | BA | 4A | 8 | 0 | 3C | 1B | 44 | 2D | 33 |
Octal | 254 | 272 | 112 | 10 | 0 | 74 | 33 | 104 | 55 | 63 |
Binary | 10101100 | 10111010 | 1001010 | 1000 | 0 | 111100 | 11011 | 1000100 | 101101 | 110011 |
Color Harmonies of #ACBA4A
Complementary color
Monochromatic Colors of #ACBA4A
Black with #ACBA4A
Text Example
Text Example
White with #ACBA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBA4A; }
p { color: rgb(172,186,74); }
H1.HeaderClassName
{
color: #ACBA4A;
}
.AnyTagClassName
{
color: #ACBA4A;
}
</style>
background-color css
<style>
a { background-color: #ACBA4A; }
a { background-color: rgb(172,186,74); }
div.DivClassName
{
background-color: #ACBA4A;
}
.BgClassName
{
background-color: #ACBA4A;
}
</style>
border-color css
<style>
span { border-color: #ACBA4A; }
span { border-color: rgb(172,186,74); }
td.TdClassName
{
border-color: #ACBA4A;
}
.TagClassName
{
border-color: #ACBA4A;
}
</style>