Shades of Celery #ACB143
Tints of Celery #ACB143
RGB
CMYK
RGB Variations
Color information
#ACB143 (or 0xACB143) is known color: Celery. HEX triplet: AC, B1 and 43. RGB value is (172,177,67). Sum of RGB (Red+Green+Blue) = 172+177+67=416 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.35% from 416); Green value is 177 (69.53% from 255 or 42.55% from 416); Blue value is 67 (26.56% from 255 or 16.11% from 416); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB143 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACB143 is #534EBC. Grayscale: #A3A3A3. Windows color (decimal): -5459645 or 4436396. OLE color: 4436396.
HSL color Cylindrical-coordinate representation of color #ACB143: hue angle of 62.73º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ACB143 is Cyan = 0.03, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 172 | 177 | 67 | - |
| CMYK | 0.03 | 0 | 0.62 | 0.31 |
| HSL | 62.73º | 0.45% | 0.48% | - |
| HSV(B) | 62.73º | 0.62% | 0.69% | - |
| XYZ | 33.75 | 40.62 | 11.37 | - |
| YUV | 162.97 | 73.84 | 134.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 177 | 67 | 0.03 | 0 | 0.62 | 0.31 | 62.73 | 0.45 | 0.48 |
| Hex | AC | B1 | 43 | 3 | 0 | 3E | 1F | 3F | 2D | 30 |
| Octal | 254 | 261 | 103 | 3 | 0 | 76 | 37 | 77 | 55 | 60 |
| Binary | 10101100 | 10110001 | 1000011 | 11 | 0 | 111110 | 11111 | 111111 | 101101 | 110000 |
Color Harmonies of #ACB143
Complementary color
Monochromatic Colors of #ACB143
Black with #ACB143
Text Example
Text Example
White with #ACB143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB143; }
p { color: rgb(172,177,67); }
H1.HeaderClassName
{
color: #ACB143;
}
.AnyTagClassName
{
color: #ACB143;
}
</style>
background-color css
<style>
a { background-color: #ACB143; }
a { background-color: rgb(172,177,67); }
div.DivClassName
{
background-color: #ACB143;
}
.BgClassName
{
background-color: #ACB143;
}
</style>
border-color css
<style>
span { border-color: #ACB143; }
span { border-color: rgb(172,177,67); }
td.TdClassName
{
border-color: #ACB143;
}
.TagClassName
{
border-color: #ACB143;
}
</style>