Shades of Celery #ABC944
Tints of Celery #ABC944
RGB
CMYK
RGB Variations
Color information
#ABC944 (or 0xABC944) is known color: Celery. HEX triplet: AB, C9 and 44. RGB value is (171,201,68). Sum of RGB (Red+Green+Blue) = 171+201+68=440 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.86% from 440); Green value is 201 (78.91% from 255 or 45.68% from 440); Blue value is 68 (26.95% from 255 or 15.45% from 440); Max value from RGB is 201 - color contains mainly: green. Hex color #ABC944 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC944 is #5436BB. Grayscale: #B1B1B1. Windows color (decimal): -5519036 or 4508075. OLE color: 4508075.
HSL color Cylindrical-coordinate representation of color #ABC944: hue angle of 73.53º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ABC944 is Cyan = 0.15, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 171 | 201 | 68 | - |
| CMYK | 0.15 | 0 | 0.66 | 0.21 |
| HSL | 73.53º | 0.55% | 0.53% | - |
| HSV(B) | 73.53º | 0.66% | 0.79% | - |
| XYZ | 38.72 | 50.85 | 13.24 | - |
| YUV | 176.87 | 66.56 | 123.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 201 | 68 | 0.15 | 0 | 0.66 | 0.21 | 73.53 | 0.55 | 0.53 |
| Hex | AB | C9 | 44 | F | 0 | 42 | 15 | 4A | 37 | 35 |
| Octal | 253 | 311 | 104 | 17 | 0 | 102 | 25 | 112 | 67 | 65 |
| Binary | 10101011 | 11001001 | 1000100 | 1111 | 0 | 1000010 | 10101 | 1001010 | 110111 | 110101 |
Color Harmonies of #ABC944
Complementary color
Monochromatic Colors of #ABC944
Black with #ABC944
Text Example
Text Example
White with #ABC944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC944; }
p { color: rgb(171,201,68); }
H1.HeaderClassName
{
color: #ABC944;
}
.AnyTagClassName
{
color: #ABC944;
}
</style>
background-color css
<style>
a { background-color: #ABC944; }
a { background-color: rgb(171,201,68); }
div.DivClassName
{
background-color: #ABC944;
}
.BgClassName
{
background-color: #ABC944;
}
</style>
border-color css
<style>
span { border-color: #ABC944; }
span { border-color: rgb(171,201,68); }
td.TdClassName
{
border-color: #ABC944;
}
.TagClassName
{
border-color: #ABC944;
}
</style>