Shades of Celery #ABC555
Tints of Celery #ABC555
RGB
CMYK
RGB Variations
Color information
#ABC555 (or 0xABC555) is known color: Celery. HEX triplet: AB, C5 and 55. RGB value is (171,197,85). Sum of RGB (Red+Green+Blue) = 171+197+85=453 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.75% from 453); Green value is 197 (77.34% from 255 or 43.49% from 453); Blue value is 85 (33.59% from 255 or 18.76% from 453); Max value from RGB is 197 - color contains mainly: green. Hex color #ABC555 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC555 is #543AAA. Grayscale: #B0B0B0. Windows color (decimal): -5520043 or 5621163. OLE color: 5621163.
HSL color Cylindrical-coordinate representation of color #ABC555: hue angle of 73.93º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ABC555 is Cyan = 0.13, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 171 | 197 | 85 | - |
| CMYK | 0.13 | 0 | 0.57 | 0.23 |
| HSL | 73.93º | 0.49% | 0.55% | - |
| HSV(B) | 73.93º | 0.57% | 0.77% | - |
| XYZ | 38.4 | 49.25 | 16.08 | - |
| YUV | 176.46 | 76.39 | 124.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 197 | 85 | 0.13 | 0 | 0.57 | 0.23 | 73.93 | 0.49 | 0.55 |
| Hex | AB | C5 | 55 | D | 0 | 39 | 17 | 4A | 31 | 37 |
| Octal | 253 | 305 | 125 | 15 | 0 | 71 | 27 | 112 | 61 | 67 |
| Binary | 10101011 | 11000101 | 1010101 | 1101 | 0 | 111001 | 10111 | 1001010 | 110001 | 110111 |
Color Harmonies of #ABC555
Complementary color
Monochromatic Colors of #ABC555
Black with #ABC555
Text Example
Text Example
White with #ABC555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC555; }
p { color: rgb(171,197,85); }
H1.HeaderClassName
{
color: #ABC555;
}
.AnyTagClassName
{
color: #ABC555;
}
</style>
background-color css
<style>
a { background-color: #ABC555; }
a { background-color: rgb(171,197,85); }
div.DivClassName
{
background-color: #ABC555;
}
.BgClassName
{
background-color: #ABC555;
}
</style>
border-color css
<style>
span { border-color: #ABC555; }
span { border-color: rgb(171,197,85); }
td.TdClassName
{
border-color: #ABC555;
}
.TagClassName
{
border-color: #ABC555;
}
</style>