Shades of Celery #ABC552
Tints of Celery #ABC552
RGB
CMYK
RGB Variations
Color information
#ABC552 (or 0xABC552) is known color: Celery. HEX triplet: AB, C5 and 52. RGB value is (171,197,82). Sum of RGB (Red+Green+Blue) = 171+197+82=450 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38% from 450); Green value is 197 (77.34% from 255 or 43.78% from 450); Blue value is 82 (32.42% from 255 or 18.22% from 450); Max value from RGB is 197 - color contains mainly: green. Hex color #ABC552 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC552 is #543AAD. Grayscale: #B0B0B0. Windows color (decimal): -5520046 or 5424555. OLE color: 5424555.
HSL color Cylindrical-coordinate representation of color #ABC552: hue angle of 73.57º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ABC552 is Cyan = 0.13, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 171 | 197 | 82 | - |
| CMYK | 0.13 | 0 | 0.58 | 0.23 |
| HSL | 73.57º | 0.5% | 0.55% | - |
| HSV(B) | 73.57º | 0.58% | 0.77% | - |
| XYZ | 38.28 | 49.2 | 15.46 | - |
| YUV | 176.12 | 74.89 | 124.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 197 | 82 | 0.13 | 0 | 0.58 | 0.23 | 73.57 | 0.5 | 0.55 |
| Hex | AB | C5 | 52 | D | 0 | 3A | 17 | 4A | 32 | 37 |
| Octal | 253 | 305 | 122 | 15 | 0 | 72 | 27 | 112 | 62 | 67 |
| Binary | 10101011 | 11000101 | 1010010 | 1101 | 0 | 111010 | 10111 | 1001010 | 110010 | 110111 |
Color Harmonies of #ABC552
Complementary color
Monochromatic Colors of #ABC552
Black with #ABC552
Text Example
Text Example
White with #ABC552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC552; }
p { color: rgb(171,197,82); }
H1.HeaderClassName
{
color: #ABC552;
}
.AnyTagClassName
{
color: #ABC552;
}
</style>
background-color css
<style>
a { background-color: #ABC552; }
a { background-color: rgb(171,197,82); }
div.DivClassName
{
background-color: #ABC552;
}
.BgClassName
{
background-color: #ABC552;
}
</style>
border-color css
<style>
span { border-color: #ABC552; }
span { border-color: rgb(171,197,82); }
td.TdClassName
{
border-color: #ABC552;
}
.TagClassName
{
border-color: #ABC552;
}
</style>