Shades of Celery #ABC655
Tints of Celery #ABC655
RGB
CMYK
RGB Variations
Color information
#ABC655 (or 0xABC655) is known color: Celery. HEX triplet: AB, C6 and 55. RGB value is (171,198,85). Sum of RGB (Red+Green+Blue) = 171+198+85=454 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.67% from 454); Green value is 198 (77.73% from 255 or 43.61% from 454); Blue value is 85 (33.59% from 255 or 18.72% from 454); Max value from RGB is 198 - color contains mainly: green. Hex color #ABC655 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC655 is #5439AA. Grayscale: #B1B1B1. Windows color (decimal): -5519787 or 5621419. OLE color: 5621419.
HSL color Cylindrical-coordinate representation of color #ABC655: hue angle of 74.34º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ABC655 is Cyan = 0.14, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 171 | 198 | 85 | - |
| CMYK | 0.14 | 0 | 0.57 | 0.22 |
| HSL | 74.34º | 0.5% | 0.55% | - |
| HSV(B) | 74.34º | 0.57% | 0.78% | - |
| XYZ | 38.63 | 49.7 | 16.15 | - |
| YUV | 177.05 | 76.05 | 123.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 198 | 85 | 0.14 | 0 | 0.57 | 0.22 | 74.34 | 0.5 | 0.55 |
| Hex | AB | C6 | 55 | E | 0 | 39 | 16 | 4A | 32 | 37 |
| Octal | 253 | 306 | 125 | 16 | 0 | 71 | 26 | 112 | 62 | 67 |
| Binary | 10101011 | 11000110 | 1010101 | 1110 | 0 | 111001 | 10110 | 1001010 | 110010 | 110111 |
Color Harmonies of #ABC655
Complementary color
Monochromatic Colors of #ABC655
Black with #ABC655
Text Example
Text Example
White with #ABC655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC655; }
p { color: rgb(171,198,85); }
H1.HeaderClassName
{
color: #ABC655;
}
.AnyTagClassName
{
color: #ABC655;
}
</style>
background-color css
<style>
a { background-color: #ABC655; }
a { background-color: rgb(171,198,85); }
div.DivClassName
{
background-color: #ABC655;
}
.BgClassName
{
background-color: #ABC655;
}
</style>
border-color css
<style>
span { border-color: #ABC655; }
span { border-color: rgb(171,198,85); }
td.TdClassName
{
border-color: #ABC655;
}
.TagClassName
{
border-color: #ABC655;
}
</style>