Shades of Gum Leaf #ABBDAF
Tints of Gum Leaf #ABBDAF
RGB
CMYK
RGB Variations
Color information
#ABBDAF (or 0xABBDAF) is known color: Gum Leaf. HEX triplet: AB, BD and AF. RGB value is (171,189,175). Sum of RGB (Red+Green+Blue) = 171+189+175=535 (70% of max value = 765). Red value is 171 (67.19% from 255 or 31.96% from 535); Green value is 189 (74.22% from 255 or 35.33% from 535); Blue value is 175 (68.75% from 255 or 32.71% from 535); Max value from RGB is 189 - color contains mainly: green. Hex color #ABBDAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBDAF is #544250. Grayscale: #B6B6B6. Windows color (decimal): -5522001 or 11517355. OLE color: 11517355.
HSL color Cylindrical-coordinate representation of color #ABBDAF: hue angle of 133.33º degrees, saturation: 0.12, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ABBDAF is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 171 | 189 | 175 | - |
| CMYK | 0.10 | 0 | 0.07 | 0.26 |
| HSL | 133.33º | 0.12% | 0.71% | - |
| HSV(B) | 133.33º | 0.1% | 0.74% | - |
| XYZ | 42.73 | 48.15 | 47.6 | - |
| YUV | 182.02 | 124.04 | 120.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 189 | 175 | 0.10 | 0 | 0.07 | 0.26 | 133.33 | 0.12 | 0.71 |
| Hex | AB | BD | AF | A | 0 | 7 | 1A | 85 | C | 47 |
| Octal | 253 | 275 | 257 | 12 | 0 | 7 | 32 | 205 | 14 | 107 |
| Binary | 10101011 | 10111101 | 10101111 | 1010 | 0 | 111 | 11010 | 10000101 | 1100 | 1000111 |
Color Harmonies of #ABBDAF
Complementary color
Monochromatic Colors of #ABBDAF
Black with #ABBDAF
Text Example
Text Example
White with #ABBDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBDAF; }
p { color: rgb(171,189,175); }
H1.HeaderClassName
{
color: #ABBDAF;
}
.AnyTagClassName
{
color: #ABBDAF;
}
</style>
background-color css
<style>
a { background-color: #ABBDAF; }
a { background-color: rgb(171,189,175); }
div.DivClassName
{
background-color: #ABBDAF;
}
.BgClassName
{
background-color: #ABBDAF;
}
</style>
border-color css
<style>
span { border-color: #ABBDAF; }
span { border-color: rgb(171,189,175); }
td.TdClassName
{
border-color: #ABBDAF;
}
.TagClassName
{
border-color: #ABBDAF;
}
</style>