Shades of Gum Leaf #ABBBAF
Tints of Gum Leaf #ABBBAF
RGB
CMYK
RGB Variations
Color information
#ABBBAF (or 0xABBBAF) is known color: Gum Leaf. HEX triplet: AB, BB and AF. RGB value is (171,187,175). Sum of RGB (Red+Green+Blue) = 171+187+175=533 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.08% from 533); Green value is 187 (73.44% from 255 or 35.08% from 533); Blue value is 175 (68.75% from 255 or 32.83% from 533); Max value from RGB is 187 - color contains mainly: green. Hex color #ABBBAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBBAF is #544450. Grayscale: #B4B4B4. Windows color (decimal): -5522513 or 11516843. OLE color: 11516843.
HSL color Cylindrical-coordinate representation of color #ABBBAF: hue angle of 135º degrees, saturation: 0.11, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ABBBAF is Cyan = 0.09, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 187 | 175 | - |
| CMYK | 0.09 | 0 | 0.06 | 0.27 |
| HSL | 135º | 0.11% | 0.7% | - |
| HSV(B) | 135º | 0.09% | 0.73% | - |
| XYZ | 42.3 | 47.29 | 47.46 | - |
| YUV | 180.85 | 124.7 | 120.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 187 | 175 | 0.09 | 0 | 0.06 | 0.27 | 135 | 0.11 | 0.7 |
| Hex | AB | BB | AF | 9 | 0 | 6 | 1B | 87 | B | 46 |
| Octal | 253 | 273 | 257 | 11 | 0 | 6 | 33 | 207 | 13 | 106 |
| Binary | 10101011 | 10111011 | 10101111 | 1001 | 0 | 110 | 11011 | 10000111 | 1011 | 1000110 |
Color Harmonies of #ABBBAF
Complementary color
Monochromatic Colors of #ABBBAF
Black with #ABBBAF
Text Example
Text Example
White with #ABBBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBBAF; }
p { color: rgb(171,187,175); }
H1.HeaderClassName
{
color: #ABBBAF;
}
.AnyTagClassName
{
color: #ABBBAF;
}
</style>
background-color css
<style>
a { background-color: #ABBBAF; }
a { background-color: rgb(171,187,175); }
div.DivClassName
{
background-color: #ABBBAF;
}
.BgClassName
{
background-color: #ABBBAF;
}
</style>
border-color css
<style>
span { border-color: #ABBBAF; }
span { border-color: rgb(171,187,175); }
td.TdClassName
{
border-color: #ABBBAF;
}
.TagClassName
{
border-color: #ABBBAF;
}
</style>