Shades of Gum Leaf #ABB8AD
Tints of Gum Leaf #ABB8AD
RGB
CMYK
RGB Variations
Color information
#ABB8AD (or 0xABB8AD) is known color: Gum Leaf. HEX triplet: AB, B8 and AD. RGB value is (171,184,173). Sum of RGB (Red+Green+Blue) = 171+184+173=528 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.39% from 528); Green value is 184 (72.27% from 255 or 34.85% from 528); Blue value is 173 (67.97% from 255 or 32.77% from 528); Max value from RGB is 184 - color contains mainly: green. Hex color #ABB8AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABB8AD is #544752. Grayscale: #B2B2B2. Windows color (decimal): -5523283 or 11385003. OLE color: 11385003.
HSL color Cylindrical-coordinate representation of color #ABB8AD: hue angle of 129.23º degrees, saturation: 0.08, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ABB8AD is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 171 | 184 | 173 | - |
| CMYK | 0.07 | 0 | 0.06 | 0.28 |
| HSL | 129.23º | 0.08% | 0.7% | - |
| HSV(B) | 129.23º | 0.07% | 0.72% | - |
| XYZ | 41.48 | 45.96 | 46.22 | - |
| YUV | 178.86 | 124.69 | 122.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 184 | 173 | 0.07 | 0 | 0.06 | 0.28 | 129.23 | 0.08 | 0.7 |
| Hex | AB | B8 | AD | 7 | 0 | 6 | 1C | 81 | 8 | 46 |
| Octal | 253 | 270 | 255 | 7 | 0 | 6 | 34 | 201 | 10 | 106 |
| Binary | 10101011 | 10111000 | 10101101 | 111 | 0 | 110 | 11100 | 10000001 | 1000 | 1000110 |
Color Harmonies of #ABB8AD
Complementary color
Monochromatic Colors of #ABB8AD
Black with #ABB8AD
Text Example
Text Example
White with #ABB8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB8AD; }
p { color: rgb(171,184,173); }
H1.HeaderClassName
{
color: #ABB8AD;
}
.AnyTagClassName
{
color: #ABB8AD;
}
</style>
background-color css
<style>
a { background-color: #ABB8AD; }
a { background-color: rgb(171,184,173); }
div.DivClassName
{
background-color: #ABB8AD;
}
.BgClassName
{
background-color: #ABB8AD;
}
</style>
border-color css
<style>
span { border-color: #ABB8AD; }
span { border-color: rgb(171,184,173); }
td.TdClassName
{
border-color: #ABB8AD;
}
.TagClassName
{
border-color: #ABB8AD;
}
</style>