Shades of Celery #ABC55C
Tints of Celery #ABC55C
RGB
CMYK
RGB Variations
Color information
#ABC55C (or 0xABC55C) is known color: Celery. HEX triplet: AB, C5 and 5C. RGB value is (171,197,92). Sum of RGB (Red+Green+Blue) = 171+197+92=460 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.17% from 460); Green value is 197 (77.34% from 255 or 42.83% from 460); Blue value is 92 (36.33% from 255 or 20% from 460); Max value from RGB is 197 - color contains mainly: green. Hex color #ABC55C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC55C is #543AA3. Grayscale: #B1B1B1. Windows color (decimal): -5520036 or 6079915. OLE color: 6079915.
HSL color Cylindrical-coordinate representation of color #ABC55C: hue angle of 74.86º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ABC55C is Cyan = 0.13, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 171 | 197 | 92 | - |
| CMYK | 0.13 | 0 | 0.53 | 0.23 |
| HSL | 74.86º | 0.48% | 0.57% | - |
| HSV(B) | 74.86º | 0.53% | 0.77% | - |
| XYZ | 38.69 | 49.36 | 17.61 | - |
| YUV | 177.26 | 79.89 | 123.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 197 | 92 | 0.13 | 0 | 0.53 | 0.23 | 74.86 | 0.48 | 0.57 |
| Hex | AB | C5 | 5C | D | 0 | 35 | 17 | 4B | 30 | 39 |
| Octal | 253 | 305 | 134 | 15 | 0 | 65 | 27 | 113 | 60 | 71 |
| Binary | 10101011 | 11000101 | 1011100 | 1101 | 0 | 110101 | 10111 | 1001011 | 110000 | 111001 |
Color Harmonies of #ABC55C
Complementary color
Monochromatic Colors of #ABC55C
Black with #ABC55C
Text Example
Text Example
White with #ABC55C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC55C; }
p { color: rgb(171,197,92); }
H1.HeaderClassName
{
color: #ABC55C;
}
.AnyTagClassName
{
color: #ABC55C;
}
</style>
background-color css
<style>
a { background-color: #ABC55C; }
a { background-color: rgb(171,197,92); }
div.DivClassName
{
background-color: #ABC55C;
}
.BgClassName
{
background-color: #ABC55C;
}
</style>
border-color css
<style>
span { border-color: #ABC55C; }
span { border-color: rgb(171,197,92); }
td.TdClassName
{
border-color: #ABC55C;
}
.TagClassName
{
border-color: #ABC55C;
}
</style>