Shades of Gum Leaf #ABCBAF
Tints of Gum Leaf #ABCBAF
RGB
CMYK
RGB Variations
Color information
#ABCBAF (or 0xABCBAF) is known color: Gum Leaf. HEX triplet: AB, CB and AF. RGB value is (171,203,175). Sum of RGB (Red+Green+Blue) = 171+203+175=549 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.15% from 549); Green value is 203 (79.69% from 255 or 36.98% from 549); Blue value is 175 (68.75% from 255 or 31.88% from 549); Max value from RGB is 203 - color contains mainly: green. Hex color #ABCBAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCBAF is #543450. Grayscale: #BEBEBE. Windows color (decimal): -5518417 or 11520939. OLE color: 11520939.
HSL color Cylindrical-coordinate representation of color #ABCBAF: hue angle of 127.5º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ABCBAF is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 203 | 175 | - |
| CMYK | 0.16 | 0 | 0.14 | 0.20 |
| HSL | 127.5º | 0.24% | 0.73% | - |
| HSV(B) | 127.5º | 0.16% | 0.8% | - |
| XYZ | 45.89 | 54.46 | 48.65 | - |
| YUV | 190.24 | 119.4 | 114.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 203 | 175 | 0.16 | 0 | 0.14 | 0.20 | 127.5 | 0.24 | 0.73 |
| Hex | AB | CB | AF | 10 | 0 | E | 14 | 80 | 18 | 49 |
| Octal | 253 | 313 | 257 | 20 | 0 | 16 | 24 | 200 | 30 | 111 |
| Binary | 10101011 | 11001011 | 10101111 | 10000 | 0 | 1110 | 10100 | 10000000 | 11000 | 1001001 |
Color Harmonies of #ABCBAF
Complementary color
Monochromatic Colors of #ABCBAF
Black with #ABCBAF
Text Example
Text Example
White with #ABCBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCBAF; }
p { color: rgb(171,203,175); }
H1.HeaderClassName
{
color: #ABCBAF;
}
.AnyTagClassName
{
color: #ABCBAF;
}
</style>
background-color css
<style>
a { background-color: #ABCBAF; }
a { background-color: rgb(171,203,175); }
div.DivClassName
{
background-color: #ABCBAF;
}
.BgClassName
{
background-color: #ABCBAF;
}
</style>
border-color css
<style>
span { border-color: #ABCBAF; }
span { border-color: rgb(171,203,175); }
td.TdClassName
{
border-color: #ABCBAF;
}
.TagClassName
{
border-color: #ABCBAF;
}
</style>