Shades of Gum Leaf #ABC2AD
Tints of Gum Leaf #ABC2AD
RGB
CMYK
RGB Variations
Color information
#ABC2AD (or 0xABC2AD) is known color: Gum Leaf. HEX triplet: AB, C2 and AD. RGB value is (171,194,173). Sum of RGB (Red+Green+Blue) = 171+194+173=538 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.78% from 538); Green value is 194 (76.17% from 255 or 36.06% from 538); Blue value is 173 (67.97% from 255 or 32.16% from 538); Max value from RGB is 194 - color contains mainly: green. Hex color #ABC2AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC2AD is #543D52. Grayscale: #B8B8B8. Windows color (decimal): -5520723 or 11387563. OLE color: 11387563.
HSL color Cylindrical-coordinate representation of color #ABC2AD: hue angle of 125.22º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ABC2AD is Cyan = 0.12, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 194 | 173 | - |
| CMYK | 0.12 | 0 | 0.11 | 0.24 |
| HSL | 125.22º | 0.16% | 0.72% | - |
| HSV(B) | 125.22º | 0.12% | 0.76% | - |
| XYZ | 43.63 | 50.26 | 46.94 | - |
| YUV | 184.73 | 121.38 | 118.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 194 | 173 | 0.12 | 0 | 0.11 | 0.24 | 125.22 | 0.16 | 0.72 |
| Hex | AB | C2 | AD | C | 0 | B | 18 | 7D | 10 | 48 |
| Octal | 253 | 302 | 255 | 14 | 0 | 13 | 30 | 175 | 20 | 110 |
| Binary | 10101011 | 11000010 | 10101101 | 1100 | 0 | 1011 | 11000 | 1111101 | 10000 | 1001000 |
Color Harmonies of #ABC2AD
Complementary color
Monochromatic Colors of #ABC2AD
Black with #ABC2AD
Text Example
Text Example
White with #ABC2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC2AD; }
p { color: rgb(171,194,173); }
H1.HeaderClassName
{
color: #ABC2AD;
}
.AnyTagClassName
{
color: #ABC2AD;
}
</style>
background-color css
<style>
a { background-color: #ABC2AD; }
a { background-color: rgb(171,194,173); }
div.DivClassName
{
background-color: #ABC2AD;
}
.BgClassName
{
background-color: #ABC2AD;
}
</style>
border-color css
<style>
span { border-color: #ABC2AD; }
span { border-color: rgb(171,194,173); }
td.TdClassName
{
border-color: #ABC2AD;
}
.TagClassName
{
border-color: #ABC2AD;
}
</style>