Shades of Celery #ABC955
Tints of Celery #ABC955
RGB
CMYK
RGB Variations
Color information
#ABC955 (or 0xABC955) is known color: Celery. HEX triplet: AB, C9 and 55. RGB value is (171,201,85). Sum of RGB (Red+Green+Blue) = 171+201+85=457 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.42% from 457); Green value is 201 (78.91% from 255 or 43.98% from 457); Blue value is 85 (33.59% from 255 or 18.60% from 457); Max value from RGB is 201 - color contains mainly: green. Hex color #ABC955 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC955 is #5436AA. Grayscale: #B3B3B3. Windows color (decimal): -5519019 or 5622187. OLE color: 5622187.
HSL color Cylindrical-coordinate representation of color #ABC955: hue angle of 75.52º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ABC955 is Cyan = 0.15, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 171 | 201 | 85 | - |
| CMYK | 0.15 | 0 | 0.58 | 0.21 |
| HSL | 75.52º | 0.52% | 0.56% | - |
| HSV(B) | 75.52º | 0.58% | 0.79% | - |
| XYZ | 39.32 | 51.09 | 16.38 | - |
| YUV | 178.81 | 75.06 | 122.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 201 | 85 | 0.15 | 0 | 0.58 | 0.21 | 75.52 | 0.52 | 0.56 |
| Hex | AB | C9 | 55 | F | 0 | 3A | 15 | 4C | 34 | 38 |
| Octal | 253 | 311 | 125 | 17 | 0 | 72 | 25 | 114 | 64 | 70 |
| Binary | 10101011 | 11001001 | 1010101 | 1111 | 0 | 111010 | 10101 | 1001100 | 110100 | 111000 |
Color Harmonies of #ABC955
Complementary color
Monochromatic Colors of #ABC955
Black with #ABC955
Text Example
Text Example
White with #ABC955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC955; }
p { color: rgb(171,201,85); }
H1.HeaderClassName
{
color: #ABC955;
}
.AnyTagClassName
{
color: #ABC955;
}
</style>
background-color css
<style>
a { background-color: #ABC955; }
a { background-color: rgb(171,201,85); }
div.DivClassName
{
background-color: #ABC955;
}
.BgClassName
{
background-color: #ABC955;
}
</style>
border-color css
<style>
span { border-color: #ABC955; }
span { border-color: rgb(171,201,85); }
td.TdClassName
{
border-color: #ABC955;
}
.TagClassName
{
border-color: #ABC955;
}
</style>