Shades of Celery #ABC53C
Tints of Celery #ABC53C
RGB
CMYK
RGB Variations
Color information
#ABC53C (or 0xABC53C) is known color: Celery. HEX triplet: AB, C5 and 3C. RGB value is (171,197,60). Sum of RGB (Red+Green+Blue) = 171+197+60=428 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.95% from 428); Green value is 197 (77.34% from 255 or 46.03% from 428); Blue value is 60 (23.83% from 255 or 14.02% from 428); Max value from RGB is 197 - color contains mainly: green. Hex color #ABC53C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC53C is #543AC3. Grayscale: #AEAEAE. Windows color (decimal): -5520068 or 3982763. OLE color: 3982763.
HSL color Cylindrical-coordinate representation of color #ABC53C: hue angle of 71.39º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ABC53C is Cyan = 0.13, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 171 | 197 | 60 | - |
| CMYK | 0.13 | 0 | 0.70 | 0.23 |
| HSL | 71.39º | 0.54% | 0.5% | - |
| HSV(B) | 71.39º | 0.7% | 0.77% | - |
| XYZ | 37.58 | 48.92 | 11.74 | - |
| YUV | 173.61 | 63.89 | 126.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 197 | 60 | 0.13 | 0 | 0.70 | 0.23 | 71.39 | 0.54 | 0.5 |
| Hex | AB | C5 | 3C | D | 0 | 46 | 17 | 47 | 36 | 32 |
| Octal | 253 | 305 | 74 | 15 | 0 | 106 | 27 | 107 | 66 | 62 |
| Binary | 10101011 | 11000101 | 111100 | 1101 | 0 | 1000110 | 10111 | 1000111 | 110110 | 110010 |
Color Harmonies of #ABC53C
Complementary color
Monochromatic Colors of #ABC53C
Black with #ABC53C
Text Example
Text Example
White with #ABC53C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC53C; }
p { color: rgb(171,197,60); }
H1.HeaderClassName
{
color: #ABC53C;
}
.AnyTagClassName
{
color: #ABC53C;
}
</style>
background-color css
<style>
a { background-color: #ABC53C; }
a { background-color: rgb(171,197,60); }
div.DivClassName
{
background-color: #ABC53C;
}
.BgClassName
{
background-color: #ABC53C;
}
</style>
border-color css
<style>
span { border-color: #ABC53C; }
span { border-color: rgb(171,197,60); }
td.TdClassName
{
border-color: #ABC53C;
}
.TagClassName
{
border-color: #ABC53C;
}
</style>