Shades of Celery #ABC545
Tints of Celery #ABC545
RGB
CMYK
RGB Variations
Color information
#ABC545 (or 0xABC545) is known color: Celery. HEX triplet: AB, C5 and 45. RGB value is (171,197,69). Sum of RGB (Red+Green+Blue) = 171+197+69=437 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.13% from 437); Green value is 197 (77.34% from 255 or 45.08% from 437); Blue value is 69 (27.34% from 255 or 15.79% from 437); Max value from RGB is 197 - color contains mainly: green. Hex color #ABC545 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC545 is #543ABA. Grayscale: #AFAFAF. Windows color (decimal): -5520059 or 4572587. OLE color: 4572587.
HSL color Cylindrical-coordinate representation of color #ABC545: hue angle of 72.19º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ABC545 is Cyan = 0.13, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 171 | 197 | 69 | - |
| CMYK | 0.13 | 0 | 0.65 | 0.23 |
| HSL | 72.19º | 0.52% | 0.52% | - |
| HSV(B) | 72.19º | 0.65% | 0.77% | - |
| XYZ | 37.84 | 49.02 | 13.1 | - |
| YUV | 174.63 | 68.39 | 125.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 197 | 69 | 0.13 | 0 | 0.65 | 0.23 | 72.19 | 0.52 | 0.52 |
| Hex | AB | C5 | 45 | D | 0 | 41 | 17 | 48 | 34 | 34 |
| Octal | 253 | 305 | 105 | 15 | 0 | 101 | 27 | 110 | 64 | 64 |
| Binary | 10101011 | 11000101 | 1000101 | 1101 | 0 | 1000001 | 10111 | 1001000 | 110100 | 110100 |
Color Harmonies of #ABC545
Complementary color
Monochromatic Colors of #ABC545
Black with #ABC545
Text Example
Text Example
White with #ABC545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC545; }
p { color: rgb(171,197,69); }
H1.HeaderClassName
{
color: #ABC545;
}
.AnyTagClassName
{
color: #ABC545;
}
</style>
background-color css
<style>
a { background-color: #ABC545; }
a { background-color: rgb(171,197,69); }
div.DivClassName
{
background-color: #ABC545;
}
.BgClassName
{
background-color: #ABC545;
}
</style>
border-color css
<style>
span { border-color: #ABC545; }
span { border-color: rgb(171,197,69); }
td.TdClassName
{
border-color: #ABC545;
}
.TagClassName
{
border-color: #ABC545;
}
</style>