Shades of Celery #ABC951
Tints of Celery #ABC951
RGB
CMYK
RGB Variations
Color information
#ABC951 (or 0xABC951) is known color: Celery. HEX triplet: AB, C9 and 51. RGB value is (171,201,81). Sum of RGB (Red+Green+Blue) = 171+201+81=453 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.75% from 453); Green value is 201 (78.91% from 255 or 44.37% from 453); Blue value is 81 (32.03% from 255 or 17.88% from 453); Max value from RGB is 201 - color contains mainly: green. Hex color #ABC951 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC951 is #5436AE. Grayscale: #B2B2B2. Windows color (decimal): -5519023 or 5360043. OLE color: 5360043.
HSL color Cylindrical-coordinate representation of color #ABC951: hue angle of 75º 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 #ABC951 is Cyan = 0.15, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 171 | 201 | 81 | - |
| CMYK | 0.15 | 0 | 0.60 | 0.21 |
| HSL | 75º | 0.53% | 0.55% | - |
| HSV(B) | 75º | 0.6% | 0.79% | - |
| XYZ | 39.17 | 51.03 | 15.57 | - |
| YUV | 178.35 | 73.06 | 122.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 201 | 81 | 0.15 | 0 | 0.60 | 0.21 | 75 | 0.53 | 0.55 |
| Hex | AB | C9 | 51 | F | 0 | 3C | 15 | 4B | 35 | 37 |
| Octal | 253 | 311 | 121 | 17 | 0 | 74 | 25 | 113 | 65 | 67 |
| Binary | 10101011 | 11001001 | 1010001 | 1111 | 0 | 111100 | 10101 | 1001011 | 110101 | 110111 |
Color Harmonies of #ABC951
Complementary color
Monochromatic Colors of #ABC951
Black with #ABC951
Text Example
Text Example
White with #ABC951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC951; }
p { color: rgb(171,201,81); }
H1.HeaderClassName
{
color: #ABC951;
}
.AnyTagClassName
{
color: #ABC951;
}
</style>
background-color css
<style>
a { background-color: #ABC951; }
a { background-color: rgb(171,201,81); }
div.DivClassName
{
background-color: #ABC951;
}
.BgClassName
{
background-color: #ABC951;
}
</style>
border-color css
<style>
span { border-color: #ABC951; }
span { border-color: rgb(171,201,81); }
td.TdClassName
{
border-color: #ABC951;
}
.TagClassName
{
border-color: #ABC951;
}
</style>