Shades of Celery #ACB14A
Tints of Celery #ACB14A
RGB
CMYK
RGB Variations
Color information
#ACB14A (or 0xACB14A) is known color: Celery. HEX triplet: AC, B1 and 4A. RGB value is (172,177,74). Sum of RGB (Red+Green+Blue) = 172+177+74=423 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.66% from 423); Green value is 177 (69.53% from 255 or 41.84% from 423); Blue value is 74 (29.30% from 255 or 17.49% from 423); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB14A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACB14A is #534EB5. Grayscale: #A4A4A4. Windows color (decimal): -5459638 or 4895148. OLE color: 4895148.
HSL color Cylindrical-coordinate representation of color #ACB14A: hue angle of 62.91º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ACB14A is Cyan = 0.03, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 172 | 177 | 74 | - |
| CMYK | 0.03 | 0 | 0.58 | 0.31 |
| HSL | 62.91º | 0.41% | 0.49% | - |
| HSV(B) | 62.91º | 0.58% | 0.69% | - |
| XYZ | 33.97 | 40.71 | 12.55 | - |
| YUV | 163.76 | 77.34 | 133.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 177 | 74 | 0.03 | 0 | 0.58 | 0.31 | 62.91 | 0.41 | 0.49 |
| Hex | AC | B1 | 4A | 3 | 0 | 3A | 1F | 3F | 29 | 31 |
| Octal | 254 | 261 | 112 | 3 | 0 | 72 | 37 | 77 | 51 | 61 |
| Binary | 10101100 | 10110001 | 1001010 | 11 | 0 | 111010 | 11111 | 111111 | 101001 | 110001 |
Color Harmonies of #ACB14A
Complementary color
Monochromatic Colors of #ACB14A
Black with #ACB14A
Text Example
Text Example
White with #ACB14A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB14A; }
p { color: rgb(172,177,74); }
H1.HeaderClassName
{
color: #ACB14A;
}
.AnyTagClassName
{
color: #ACB14A;
}
</style>
background-color css
<style>
a { background-color: #ACB14A; }
a { background-color: rgb(172,177,74); }
div.DivClassName
{
background-color: #ACB14A;
}
.BgClassName
{
background-color: #ACB14A;
}
</style>
border-color css
<style>
span { border-color: #ACB14A; }
span { border-color: rgb(172,177,74); }
td.TdClassName
{
border-color: #ACB14A;
}
.TagClassName
{
border-color: #ACB14A;
}
</style>