Shades of Celery #ABC949
Tints of Celery #ABC949
RGB
CMYK
RGB Variations
Color information
#ABC949 (or 0xABC949) is known color: Celery. HEX triplet: AB, C9 and 49. RGB value is (171,201,73). Sum of RGB (Red+Green+Blue) = 171+201+73=445 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.43% from 445); Green value is 201 (78.91% from 255 or 45.17% from 445); Blue value is 73 (28.91% from 255 or 16.40% from 445); Max value from RGB is 201 - color contains mainly: green. Hex color #ABC949 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC949 is #5436B6. Grayscale: #B1B1B1. Windows color (decimal): -5519031 or 4835755. OLE color: 4835755.
HSL color Cylindrical-coordinate representation of color #ABC949: hue angle of 74.06º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ABC949 is Cyan = 0.15, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 171 | 201 | 73 | - |
| CMYK | 0.15 | 0 | 0.64 | 0.21 |
| HSL | 74.06º | 0.54% | 0.54% | - |
| HSV(B) | 74.06º | 0.64% | 0.79% | - |
| XYZ | 38.88 | 50.91 | 14.08 | - |
| YUV | 177.44 | 69.06 | 123.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 201 | 73 | 0.15 | 0 | 0.64 | 0.21 | 74.06 | 0.54 | 0.54 |
| Hex | AB | C9 | 49 | F | 0 | 40 | 15 | 4A | 36 | 36 |
| Octal | 253 | 311 | 111 | 17 | 0 | 100 | 25 | 112 | 66 | 66 |
| Binary | 10101011 | 11001001 | 1001001 | 1111 | 0 | 1000000 | 10101 | 1001010 | 110110 | 110110 |
Color Harmonies of #ABC949
Complementary color
Monochromatic Colors of #ABC949
Black with #ABC949
Text Example
Text Example
White with #ABC949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC949; }
p { color: rgb(171,201,73); }
H1.HeaderClassName
{
color: #ABC949;
}
.AnyTagClassName
{
color: #ABC949;
}
</style>
background-color css
<style>
a { background-color: #ABC949; }
a { background-color: rgb(171,201,73); }
div.DivClassName
{
background-color: #ABC949;
}
.BgClassName
{
background-color: #ABC949;
}
</style>
border-color css
<style>
span { border-color: #ABC949; }
span { border-color: rgb(171,201,73); }
td.TdClassName
{
border-color: #ABC949;
}
.TagClassName
{
border-color: #ABC949;
}
</style>