Shades of Celery #ABC144
Tints of Celery #ABC144
RGB
CMYK
RGB Variations
Color information
#ABC144 (or 0xABC144) is known color: Celery. HEX triplet: AB, C1 and 44. RGB value is (171,193,68). Sum of RGB (Red+Green+Blue) = 171+193+68=432 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.58% from 432); Green value is 193 (75.78% from 255 or 44.68% from 432); Blue value is 68 (26.95% from 255 or 15.74% from 432); Max value from RGB is 193 - color contains mainly: green. Hex color #ABC144 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC144 is #543EBB. Grayscale: #ACACAC. Windows color (decimal): -5521084 or 4506027. OLE color: 4506027.
HSL color Cylindrical-coordinate representation of color #ABC144: hue angle of 70.56º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ABC144 is Cyan = 0.11, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 193 | 68 | - |
| CMYK | 0.11 | 0 | 0.65 | 0.24 |
| HSL | 70.56º | 0.5% | 0.51% | - |
| HSV(B) | 70.56º | 0.65% | 0.76% | - |
| XYZ | 36.91 | 47.22 | 12.64 | - |
| YUV | 172.17 | 69.21 | 127.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 193 | 68 | 0.11 | 0 | 0.65 | 0.24 | 70.56 | 0.5 | 0.51 |
| Hex | AB | C1 | 44 | B | 0 | 41 | 18 | 47 | 32 | 33 |
| Octal | 253 | 301 | 104 | 13 | 0 | 101 | 30 | 107 | 62 | 63 |
| Binary | 10101011 | 11000001 | 1000100 | 1011 | 0 | 1000001 | 11000 | 1000111 | 110010 | 110011 |
Color Harmonies of #ABC144
Complementary color
Monochromatic Colors of #ABC144
Black with #ABC144
Text Example
Text Example
White with #ABC144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC144; }
p { color: rgb(171,193,68); }
H1.HeaderClassName
{
color: #ABC144;
}
.AnyTagClassName
{
color: #ABC144;
}
</style>
background-color css
<style>
a { background-color: #ABC144; }
a { background-color: rgb(171,193,68); }
div.DivClassName
{
background-color: #ABC144;
}
.BgClassName
{
background-color: #ABC144;
}
</style>
border-color css
<style>
span { border-color: #ABC144; }
span { border-color: rgb(171,193,68); }
td.TdClassName
{
border-color: #ABC144;
}
.TagClassName
{
border-color: #ABC144;
}
</style>