Shades of Celery #ABC050
Tints of Celery #ABC050
RGB
CMYK
RGB Variations
Color information
#ABC050 (or 0xABC050) is known color: Celery. HEX triplet: AB, C0 and 50. RGB value is (171,192,80). Sum of RGB (Red+Green+Blue) = 171+192+80=443 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.60% from 443); Green value is 192 (75.39% from 255 or 43.34% from 443); Blue value is 80 (31.64% from 255 or 18.06% from 443); Max value from RGB is 192 - color contains mainly: green. Hex color #ABC050 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC050 is #543FAF. Grayscale: #ADADAD. Windows color (decimal): -5521328 or 5292203. OLE color: 5292203.
HSL color Cylindrical-coordinate representation of color #ABC050: hue angle of 71.25º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ABC050 is Cyan = 0.11, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 171 | 192 | 80 | - |
| CMYK | 0.11 | 0 | 0.58 | 0.25 |
| HSL | 71.25º | 0.47% | 0.53% | - |
| HSV(B) | 71.25º | 0.58% | 0.75% | - |
| XYZ | 37.09 | 46.94 | 14.69 | - |
| YUV | 172.95 | 75.54 | 126.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 192 | 80 | 0.11 | 0 | 0.58 | 0.25 | 71.25 | 0.47 | 0.53 |
| Hex | AB | C0 | 50 | B | 0 | 3A | 19 | 47 | 2F | 35 |
| Octal | 253 | 300 | 120 | 13 | 0 | 72 | 31 | 107 | 57 | 65 |
| Binary | 10101011 | 11000000 | 1010000 | 1011 | 0 | 111010 | 11001 | 1000111 | 101111 | 110101 |
Color Harmonies of #ABC050
Complementary color
Monochromatic Colors of #ABC050
Black with #ABC050
Text Example
Text Example
White with #ABC050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC050; }
p { color: rgb(171,192,80); }
H1.HeaderClassName
{
color: #ABC050;
}
.AnyTagClassName
{
color: #ABC050;
}
</style>
background-color css
<style>
a { background-color: #ABC050; }
a { background-color: rgb(171,192,80); }
div.DivClassName
{
background-color: #ABC050;
}
.BgClassName
{
background-color: #ABC050;
}
</style>
border-color css
<style>
span { border-color: #ABC050; }
span { border-color: rgb(171,192,80); }
td.TdClassName
{
border-color: #ABC050;
}
.TagClassName
{
border-color: #ABC050;
}
</style>