Shades of Celery #ACB145
Tints of Celery #ACB145
RGB
CMYK
RGB Variations
Color information
#ACB145 (or 0xACB145) is known color: Celery. HEX triplet: AC, B1 and 45. RGB value is (172,177,69). Sum of RGB (Red+Green+Blue) = 172+177+69=418 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.15% from 418); Green value is 177 (69.53% from 255 or 42.34% from 418); Blue value is 69 (27.34% from 255 or 16.51% from 418); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB145 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACB145 is #534EBA. Grayscale: #A3A3A3. Windows color (decimal): -5459643 or 4567468. OLE color: 4567468.
HSL color Cylindrical-coordinate representation of color #ACB145: hue angle of 62.78º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ACB145 is Cyan = 0.03, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 172 | 177 | 69 | - |
| CMYK | 0.03 | 0 | 0.61 | 0.31 |
| HSL | 62.78º | 0.44% | 0.48% | - |
| HSV(B) | 62.78º | 0.61% | 0.69% | - |
| XYZ | 33.81 | 40.64 | 11.69 | - |
| YUV | 163.19 | 74.84 | 134.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 177 | 69 | 0.03 | 0 | 0.61 | 0.31 | 62.78 | 0.44 | 0.48 |
| Hex | AC | B1 | 45 | 3 | 0 | 3D | 1F | 3F | 2C | 30 |
| Octal | 254 | 261 | 105 | 3 | 0 | 75 | 37 | 77 | 54 | 60 |
| Binary | 10101100 | 10110001 | 1000101 | 11 | 0 | 111101 | 11111 | 111111 | 101100 | 110000 |
Color Harmonies of #ACB145
Complementary color
Monochromatic Colors of #ACB145
Black with #ACB145
Text Example
Text Example
White with #ACB145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB145; }
p { color: rgb(172,177,69); }
H1.HeaderClassName
{
color: #ACB145;
}
.AnyTagClassName
{
color: #ACB145;
}
</style>
background-color css
<style>
a { background-color: #ACB145; }
a { background-color: rgb(172,177,69); }
div.DivClassName
{
background-color: #ACB145;
}
.BgClassName
{
background-color: #ACB145;
}
</style>
border-color css
<style>
span { border-color: #ACB145; }
span { border-color: rgb(172,177,69); }
td.TdClassName
{
border-color: #ACB145;
}
.TagClassName
{
border-color: #ACB145;
}
</style>