Shades of Celery #ABC749
Tints of Celery #ABC749
RGB
CMYK
RGB Variations
Color information
#ABC749 (or 0xABC749) is known color: Celery. HEX triplet: AB, C7 and 49. RGB value is (171,199,73). Sum of RGB (Red+Green+Blue) = 171+199+73=443 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.60% from 443); Green value is 199 (78.12% from 255 or 44.92% from 443); Blue value is 73 (28.91% from 255 or 16.48% from 443); Max value from RGB is 199 - color contains mainly: green. Hex color #ABC749 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC749 is #5438B6. Grayscale: #B0B0B0. Windows color (decimal): -5519543 or 4835243. OLE color: 4835243.
HSL color Cylindrical-coordinate representation of color #ABC749: hue angle of 73.33º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ABC749 is Cyan = 0.14, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 171 | 199 | 73 | - |
| CMYK | 0.14 | 0 | 0.63 | 0.22 |
| HSL | 73.33º | 0.53% | 0.53% | - |
| HSV(B) | 73.33º | 0.63% | 0.78% | - |
| XYZ | 38.42 | 49.99 | 13.93 | - |
| YUV | 176.26 | 69.72 | 124.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 199 | 73 | 0.14 | 0 | 0.63 | 0.22 | 73.33 | 0.53 | 0.53 |
| Hex | AB | C7 | 49 | E | 0 | 3F | 16 | 49 | 35 | 35 |
| Octal | 253 | 307 | 111 | 16 | 0 | 77 | 26 | 111 | 65 | 65 |
| Binary | 10101011 | 11000111 | 1001001 | 1110 | 0 | 111111 | 10110 | 1001001 | 110101 | 110101 |
Color Harmonies of #ABC749
Complementary color
Monochromatic Colors of #ABC749
Black with #ABC749
Text Example
Text Example
White with #ABC749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC749; }
p { color: rgb(171,199,73); }
H1.HeaderClassName
{
color: #ABC749;
}
.AnyTagClassName
{
color: #ABC749;
}
</style>
background-color css
<style>
a { background-color: #ABC749; }
a { background-color: rgb(171,199,73); }
div.DivClassName
{
background-color: #ABC749;
}
.BgClassName
{
background-color: #ABC749;
}
</style>
border-color css
<style>
span { border-color: #ABC749; }
span { border-color: rgb(171,199,73); }
td.TdClassName
{
border-color: #ABC749;
}
.TagClassName
{
border-color: #ABC749;
}
</style>