Shades of Celery #ABC45D
Tints of Celery #ABC45D
RGB
CMYK
RGB Variations
Color information
#ABC45D (or 0xABC45D) is known color: Celery. HEX triplet: AB, C4 and 5D. RGB value is (171,196,93). Sum of RGB (Red+Green+Blue) = 171+196+93=460 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.17% from 460); Green value is 196 (76.95% from 255 or 42.61% from 460); Blue value is 93 (36.72% from 255 or 20.22% from 460); Max value from RGB is 196 - color contains mainly: green. Hex color #ABC45D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC45D is #543BA2. Grayscale: #B1B1B1. Windows color (decimal): -5520291 or 6145195. OLE color: 6145195.
HSL color Cylindrical-coordinate representation of color #ABC45D: hue angle of 74.56º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ABC45D is Cyan = 0.13, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 171 | 196 | 93 | - |
| CMYK | 0.13 | 0 | 0.53 | 0.23 |
| HSL | 74.56º | 0.47% | 0.57% | - |
| HSV(B) | 74.56º | 0.53% | 0.77% | - |
| XYZ | 38.51 | 48.93 | 17.77 | - |
| YUV | 176.78 | 80.72 | 123.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 196 | 93 | 0.13 | 0 | 0.53 | 0.23 | 74.56 | 0.47 | 0.57 |
| Hex | AB | C4 | 5D | D | 0 | 35 | 17 | 4B | 2F | 39 |
| Octal | 253 | 304 | 135 | 15 | 0 | 65 | 27 | 113 | 57 | 71 |
| Binary | 10101011 | 11000100 | 1011101 | 1101 | 0 | 110101 | 10111 | 1001011 | 101111 | 111001 |
Color Harmonies of #ABC45D
Complementary color
Monochromatic Colors of #ABC45D
Black with #ABC45D
Text Example
Text Example
White with #ABC45D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC45D; }
p { color: rgb(171,196,93); }
H1.HeaderClassName
{
color: #ABC45D;
}
.AnyTagClassName
{
color: #ABC45D;
}
</style>
background-color css
<style>
a { background-color: #ABC45D; }
a { background-color: rgb(171,196,93); }
div.DivClassName
{
background-color: #ABC45D;
}
.BgClassName
{
background-color: #ABC45D;
}
</style>
border-color css
<style>
span { border-color: #ABC45D; }
span { border-color: rgb(171,196,93); }
td.TdClassName
{
border-color: #ABC45D;
}
.TagClassName
{
border-color: #ABC45D;
}
</style>