Shades of Celery #ABC553
Tints of Celery #ABC553
RGB
CMYK
RGB Variations
Color information
#ABC553 (or 0xABC553) is known color: Celery. HEX triplet: AB, C5 and 53. RGB value is (171,197,83). Sum of RGB (Red+Green+Blue) = 171+197+83=451 (59% of max value = 765). Red value is 171 (67.19% from 255 or 37.92% from 451); Green value is 197 (77.34% from 255 or 43.68% from 451); Blue value is 83 (32.81% from 255 or 18.40% from 451); Max value from RGB is 197 - color contains mainly: green. Hex color #ABC553 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC553 is #543AAC. Grayscale: #B0B0B0. Windows color (decimal): -5520045 or 5490091. OLE color: 5490091.
HSL color Cylindrical-coordinate representation of color #ABC553: hue angle of 73.68º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ABC553 is Cyan = 0.13, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 171 | 197 | 83 | - |
| CMYK | 0.13 | 0 | 0.58 | 0.23 |
| HSL | 73.68º | 0.5% | 0.55% | - |
| HSV(B) | 73.68º | 0.58% | 0.77% | - |
| XYZ | 38.32 | 49.21 | 15.66 | - |
| YUV | 176.23 | 75.39 | 124.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 197 | 83 | 0.13 | 0 | 0.58 | 0.23 | 73.68 | 0.5 | 0.55 |
| Hex | AB | C5 | 53 | D | 0 | 3A | 17 | 4A | 32 | 37 |
| Octal | 253 | 305 | 123 | 15 | 0 | 72 | 27 | 112 | 62 | 67 |
| Binary | 10101011 | 11000101 | 1010011 | 1101 | 0 | 111010 | 10111 | 1001010 | 110010 | 110111 |
Color Harmonies of #ABC553
Complementary color
Monochromatic Colors of #ABC553
Black with #ABC553
Text Example
Text Example
White with #ABC553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC553; }
p { color: rgb(171,197,83); }
H1.HeaderClassName
{
color: #ABC553;
}
.AnyTagClassName
{
color: #ABC553;
}
</style>
background-color css
<style>
a { background-color: #ABC553; }
a { background-color: rgb(171,197,83); }
div.DivClassName
{
background-color: #ABC553;
}
.BgClassName
{
background-color: #ABC553;
}
</style>
border-color css
<style>
span { border-color: #ABC553; }
span { border-color: rgb(171,197,83); }
td.TdClassName
{
border-color: #ABC553;
}
.TagClassName
{
border-color: #ABC553;
}
</style>