Shades of Celery #ABCA49
Tints of Celery #ABCA49
RGB
CMYK
RGB Variations
Color information
#ABCA49 (or 0xABCA49) is known color: Celery. HEX triplet: AB, CA and 49. RGB value is (171,202,73). Sum of RGB (Red+Green+Blue) = 171+202+73=446 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.34% from 446); Green value is 202 (79.30% from 255 or 45.29% from 446); Blue value is 73 (28.91% from 255 or 16.37% from 446); Max value from RGB is 202 - color contains mainly: green. Hex color #ABCA49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABCA49 is #5435B6. Grayscale: #B2B2B2. Windows color (decimal): -5518775 or 4836011. OLE color: 4836011.
HSL color Cylindrical-coordinate representation of color #ABCA49: hue angle of 74.42º degrees, saturation: 0.55, 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 #ABCA49 is Cyan = 0.15, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 171 | 202 | 73 | - |
| CMYK | 0.15 | 0 | 0.64 | 0.21 |
| HSL | 74.42º | 0.55% | 0.54% | - |
| HSV(B) | 74.42º | 0.64% | 0.79% | - |
| XYZ | 39.12 | 51.38 | 14.16 | - |
| YUV | 178.03 | 68.73 | 122.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 202 | 73 | 0.15 | 0 | 0.64 | 0.21 | 74.42 | 0.55 | 0.54 |
| Hex | AB | CA | 49 | F | 0 | 40 | 15 | 4A | 37 | 36 |
| Octal | 253 | 312 | 111 | 17 | 0 | 100 | 25 | 112 | 67 | 66 |
| Binary | 10101011 | 11001010 | 1001001 | 1111 | 0 | 1000000 | 10101 | 1001010 | 110111 | 110110 |
Color Harmonies of #ABCA49
Complementary color
Monochromatic Colors of #ABCA49
Black with #ABCA49
Text Example
Text Example
White with #ABCA49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCA49; }
p { color: rgb(171,202,73); }
H1.HeaderClassName
{
color: #ABCA49;
}
.AnyTagClassName
{
color: #ABCA49;
}
</style>
background-color css
<style>
a { background-color: #ABCA49; }
a { background-color: rgb(171,202,73); }
div.DivClassName
{
background-color: #ABCA49;
}
.BgClassName
{
background-color: #ABCA49;
}
</style>
border-color css
<style>
span { border-color: #ABCA49; }
span { border-color: rgb(171,202,73); }
td.TdClassName
{
border-color: #ABCA49;
}
.TagClassName
{
border-color: #ABCA49;
}
</style>