Shades of Celery #ABC540
Tints of Celery #ABC540
RGB
CMYK
RGB Variations
Color information
#ABC540 (or 0xABC540) is known color: Celery. HEX triplet: AB, C5 and 40. RGB value is (171,197,64). Sum of RGB (Red+Green+Blue) = 171+197+64=432 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.58% from 432); Green value is 197 (77.34% from 255 or 45.60% from 432); Blue value is 64 (25.39% from 255 or 14.81% from 432); Max value from RGB is 197 - color contains mainly: green. Hex color #ABC540 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC540 is #543ABF. Grayscale: #AEAEAE. Windows color (decimal): -5520064 or 4244907. OLE color: 4244907.
HSL color Cylindrical-coordinate representation of color #ABC540: hue angle of 71.73º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ABC540 is Cyan = 0.13, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 171 | 197 | 64 | - |
| CMYK | 0.13 | 0 | 0.68 | 0.23 |
| HSL | 71.73º | 0.53% | 0.51% | - |
| HSV(B) | 71.73º | 0.68% | 0.77% | - |
| XYZ | 37.69 | 48.96 | 12.31 | - |
| YUV | 174.06 | 65.89 | 125.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 197 | 64 | 0.13 | 0 | 0.68 | 0.23 | 71.73 | 0.53 | 0.51 |
| Hex | AB | C5 | 40 | D | 0 | 44 | 17 | 48 | 35 | 33 |
| Octal | 253 | 305 | 100 | 15 | 0 | 104 | 27 | 110 | 65 | 63 |
| Binary | 10101011 | 11000101 | 1000000 | 1101 | 0 | 1000100 | 10111 | 1001000 | 110101 | 110011 |
Color Harmonies of #ABC540
Complementary color
Monochromatic Colors of #ABC540
Black with #ABC540
Text Example
Text Example
White with #ABC540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC540; }
p { color: rgb(171,197,64); }
H1.HeaderClassName
{
color: #ABC540;
}
.AnyTagClassName
{
color: #ABC540;
}
</style>
background-color css
<style>
a { background-color: #ABC540; }
a { background-color: rgb(171,197,64); }
div.DivClassName
{
background-color: #ABC540;
}
.BgClassName
{
background-color: #ABC540;
}
</style>
border-color css
<style>
span { border-color: #ABC540; }
span { border-color: rgb(171,197,64); }
td.TdClassName
{
border-color: #ABC540;
}
.TagClassName
{
border-color: #ABC540;
}
</style>