Shades of Celery #ABC550
Tints of Celery #ABC550
RGB
CMYK
RGB Variations
Color information
#ABC550 (or 0xABC550) is known color: Celery. HEX triplet: AB, C5 and 50. RGB value is (171,197,80). Sum of RGB (Red+Green+Blue) = 171+197+80=448 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.17% from 448); Green value is 197 (77.34% from 255 or 43.97% from 448); Blue value is 80 (31.64% from 255 or 17.86% from 448); Max value from RGB is 197 - color contains mainly: green. Hex color #ABC550 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC550 is #543AAF. Grayscale: #B0B0B0. Windows color (decimal): -5520048 or 5293483. OLE color: 5293483.
HSL color Cylindrical-coordinate representation of color #ABC550: hue angle of 73.33º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ABC550 is Cyan = 0.13, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 171 | 197 | 80 | - |
| CMYK | 0.13 | 0 | 0.59 | 0.23 |
| HSL | 73.33º | 0.5% | 0.54% | - |
| HSV(B) | 73.33º | 0.59% | 0.77% | - |
| XYZ | 38.21 | 49.17 | 15.07 | - |
| YUV | 175.89 | 73.89 | 124.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 197 | 80 | 0.13 | 0 | 0.59 | 0.23 | 73.33 | 0.5 | 0.54 |
| Hex | AB | C5 | 50 | D | 0 | 3B | 17 | 49 | 32 | 36 |
| Octal | 253 | 305 | 120 | 15 | 0 | 73 | 27 | 111 | 62 | 66 |
| Binary | 10101011 | 11000101 | 1010000 | 1101 | 0 | 111011 | 10111 | 1001001 | 110010 | 110110 |
Color Harmonies of #ABC550
Complementary color
Monochromatic Colors of #ABC550
Black with #ABC550
Text Example
Text Example
White with #ABC550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC550; }
p { color: rgb(171,197,80); }
H1.HeaderClassName
{
color: #ABC550;
}
.AnyTagClassName
{
color: #ABC550;
}
</style>
background-color css
<style>
a { background-color: #ABC550; }
a { background-color: rgb(171,197,80); }
div.DivClassName
{
background-color: #ABC550;
}
.BgClassName
{
background-color: #ABC550;
}
</style>
border-color css
<style>
span { border-color: #ABC550; }
span { border-color: rgb(171,197,80); }
td.TdClassName
{
border-color: #ABC550;
}
.TagClassName
{
border-color: #ABC550;
}
</style>