Shades of Gum Leaf #ABCAB3
Tints of Gum Leaf #ABCAB3
RGB
CMYK
RGB Variations
Color information
#ABCAB3 (or 0xABCAB3) is known color: Gum Leaf. HEX triplet: AB, CA and B3. RGB value is (171,202,179). Sum of RGB (Red+Green+Blue) = 171+202+179=552 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.98% from 552); Green value is 202 (79.30% from 255 or 36.59% from 552); Blue value is 179 (70.31% from 255 or 32.43% from 552); Max value from RGB is 202 - color contains mainly: green. Hex color #ABCAB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCAB3 is #54354C. Grayscale: #BEBEBE. Windows color (decimal): -5518669 or 11782827. OLE color: 11782827.
HSL color Cylindrical-coordinate representation of color #ABCAB3: hue angle of 135.48º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ABCAB3 is Cyan = 0.15, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 171 | 202 | 179 | - |
| CMYK | 0.15 | 0 | 0.11 | 0.21 |
| HSL | 135.48º | 0.23% | 0.73% | - |
| HSV(B) | 135.48º | 0.15% | 0.79% | - |
| XYZ | 46.05 | 54.15 | 50.67 | - |
| YUV | 190.11 | 121.73 | 114.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 202 | 179 | 0.15 | 0 | 0.11 | 0.21 | 135.48 | 0.23 | 0.73 |
| Hex | AB | CA | B3 | F | 0 | B | 15 | 87 | 17 | 49 |
| Octal | 253 | 312 | 263 | 17 | 0 | 13 | 25 | 207 | 27 | 111 |
| Binary | 10101011 | 11001010 | 10110011 | 1111 | 0 | 1011 | 10101 | 10000111 | 10111 | 1001001 |
Color Harmonies of #ABCAB3
Complementary color
Monochromatic Colors of #ABCAB3
Black with #ABCAB3
Text Example
Text Example
White with #ABCAB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCAB3; }
p { color: rgb(171,202,179); }
H1.HeaderClassName
{
color: #ABCAB3;
}
.AnyTagClassName
{
color: #ABCAB3;
}
</style>
background-color css
<style>
a { background-color: #ABCAB3; }
a { background-color: rgb(171,202,179); }
div.DivClassName
{
background-color: #ABCAB3;
}
.BgClassName
{
background-color: #ABCAB3;
}
</style>
border-color css
<style>
span { border-color: #ABCAB3; }
span { border-color: rgb(171,202,179); }
td.TdClassName
{
border-color: #ABCAB3;
}
.TagClassName
{
border-color: #ABCAB3;
}
</style>