Shades of Celery #ABC45C
Tints of Celery #ABC45C
RGB
CMYK
RGB Variations
Color information
#ABC45C (or 0xABC45C) is known color: Celery. HEX triplet: AB, C4 and 5C. RGB value is (171,196,92). Sum of RGB (Red+Green+Blue) = 171+196+92=459 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.25% from 459); Green value is 196 (76.95% from 255 or 42.70% from 459); Blue value is 92 (36.33% from 255 or 20.04% from 459); Max value from RGB is 196 - color contains mainly: green. Hex color #ABC45C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC45C is #543BA3. Grayscale: #B1B1B1. Windows color (decimal): -5520292 or 6079659. OLE color: 6079659.
HSL color Cylindrical-coordinate representation of color #ABC45C: hue angle of 74.42º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ABC45C is Cyan = 0.13, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 171 | 196 | 92 | - |
| CMYK | 0.13 | 0 | 0.53 | 0.23 |
| HSL | 74.42º | 0.47% | 0.56% | - |
| HSV(B) | 74.42º | 0.53% | 0.77% | - |
| XYZ | 38.47 | 48.91 | 17.54 | - |
| YUV | 176.67 | 80.22 | 123.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 196 | 92 | 0.13 | 0 | 0.53 | 0.23 | 74.42 | 0.47 | 0.56 |
| Hex | AB | C4 | 5C | D | 0 | 35 | 17 | 4A | 2F | 38 |
| Octal | 253 | 304 | 134 | 15 | 0 | 65 | 27 | 112 | 57 | 70 |
| Binary | 10101011 | 11000100 | 1011100 | 1101 | 0 | 110101 | 10111 | 1001010 | 101111 | 111000 |
Color Harmonies of #ABC45C
Complementary color
Monochromatic Colors of #ABC45C
Black with #ABC45C
Text Example
Text Example
White with #ABC45C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC45C; }
p { color: rgb(171,196,92); }
H1.HeaderClassName
{
color: #ABC45C;
}
.AnyTagClassName
{
color: #ABC45C;
}
</style>
background-color css
<style>
a { background-color: #ABC45C; }
a { background-color: rgb(171,196,92); }
div.DivClassName
{
background-color: #ABC45C;
}
.BgClassName
{
background-color: #ABC45C;
}
</style>
border-color css
<style>
span { border-color: #ABC45C; }
span { border-color: rgb(171,196,92); }
td.TdClassName
{
border-color: #ABC45C;
}
.TagClassName
{
border-color: #ABC45C;
}
</style>