Shades of Celery #ABC253
Tints of Celery #ABC253
RGB
CMYK
RGB Variations
Color information
#ABC253 (or 0xABC253) is known color: Celery. HEX triplet: AB, C2 and 53. RGB value is (171,194,83). Sum of RGB (Red+Green+Blue) = 171+194+83=448 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.17% from 448); Green value is 194 (76.17% from 255 or 43.30% from 448); Blue value is 83 (32.81% from 255 or 18.53% from 448); Max value from RGB is 194 - color contains mainly: green. Hex color #ABC253 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC253 is #543DAC. Grayscale: #AEAEAE. Windows color (decimal): -5520813 or 5489323. OLE color: 5489323.
HSL color Cylindrical-coordinate representation of color #ABC253: hue angle of 72.43º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ABC253 is Cyan = 0.12, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 194 | 83 | - |
| CMYK | 0.12 | 0 | 0.57 | 0.24 |
| HSL | 72.43º | 0.48% | 0.54% | - |
| HSV(B) | 72.43º | 0.57% | 0.76% | - |
| XYZ | 37.65 | 47.87 | 15.44 | - |
| YUV | 174.47 | 76.38 | 125.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 194 | 83 | 0.12 | 0 | 0.57 | 0.24 | 72.43 | 0.48 | 0.54 |
| Hex | AB | C2 | 53 | C | 0 | 39 | 18 | 48 | 30 | 36 |
| Octal | 253 | 302 | 123 | 14 | 0 | 71 | 30 | 110 | 60 | 66 |
| Binary | 10101011 | 11000010 | 1010011 | 1100 | 0 | 111001 | 11000 | 1001000 | 110000 | 110110 |
Color Harmonies of #ABC253
Complementary color
Monochromatic Colors of #ABC253
Black with #ABC253
Text Example
Text Example
White with #ABC253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC253; }
p { color: rgb(171,194,83); }
H1.HeaderClassName
{
color: #ABC253;
}
.AnyTagClassName
{
color: #ABC253;
}
</style>
background-color css
<style>
a { background-color: #ABC253; }
a { background-color: rgb(171,194,83); }
div.DivClassName
{
background-color: #ABC253;
}
.BgClassName
{
background-color: #ABC253;
}
</style>
border-color css
<style>
span { border-color: #ABC253; }
span { border-color: rgb(171,194,83); }
td.TdClassName
{
border-color: #ABC253;
}
.TagClassName
{
border-color: #ABC253;
}
</style>