Shades of Celery #ABC950
Tints of Celery #ABC950
RGB
CMYK
RGB Variations
Color information
#ABC950 (or 0xABC950) is known color: Celery. HEX triplet: AB, C9 and 50. RGB value is (171,201,80). Sum of RGB (Red+Green+Blue) = 171+201+80=452 (59% of max value = 765). Red value is 171 (67.19% from 255 or 37.83% from 452); Green value is 201 (78.91% from 255 or 44.47% from 452); Blue value is 80 (31.64% from 255 or 17.70% from 452); Max value from RGB is 201 - color contains mainly: green. Hex color #ABC950 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC950 is #5436AF. Grayscale: #B2B2B2. Windows color (decimal): -5519024 or 5294507. OLE color: 5294507.
HSL color Cylindrical-coordinate representation of color #ABC950: hue angle of 74.88º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ABC950 is Cyan = 0.15, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 171 | 201 | 80 | - |
| CMYK | 0.15 | 0 | 0.60 | 0.21 |
| HSL | 74.88º | 0.53% | 0.55% | - |
| HSV(B) | 74.88º | 0.6% | 0.79% | - |
| XYZ | 39.13 | 51.01 | 15.37 | - |
| YUV | 178.24 | 72.56 | 122.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 201 | 80 | 0.15 | 0 | 0.60 | 0.21 | 74.88 | 0.53 | 0.55 |
| Hex | AB | C9 | 50 | F | 0 | 3C | 15 | 4B | 35 | 37 |
| Octal | 253 | 311 | 120 | 17 | 0 | 74 | 25 | 113 | 65 | 67 |
| Binary | 10101011 | 11001001 | 1010000 | 1111 | 0 | 111100 | 10101 | 1001011 | 110101 | 110111 |
Color Harmonies of #ABC950
Complementary color
Monochromatic Colors of #ABC950
Black with #ABC950
Text Example
Text Example
White with #ABC950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC950; }
p { color: rgb(171,201,80); }
H1.HeaderClassName
{
color: #ABC950;
}
.AnyTagClassName
{
color: #ABC950;
}
</style>
background-color css
<style>
a { background-color: #ABC950; }
a { background-color: rgb(171,201,80); }
div.DivClassName
{
background-color: #ABC950;
}
.BgClassName
{
background-color: #ABC950;
}
</style>
border-color css
<style>
span { border-color: #ABC950; }
span { border-color: rgb(171,201,80); }
td.TdClassName
{
border-color: #ABC950;
}
.TagClassName
{
border-color: #ABC950;
}
</style>