Shades of Gum Leaf #A8BCAA
Tints of Gum Leaf #A8BCAA
RGB
CMYK
RGB Variations
Color information
#A8BCAA (or 0xA8BCAA) is known color: Gum Leaf. HEX triplet: A8, BC and AA. RGB value is (168,188,170). Sum of RGB (Red+Green+Blue) = 168+188+170=526 (69% of max value = 765). Red value is 168 (66.02% from 255 or 31.94% from 526); Green value is 188 (73.83% from 255 or 35.74% from 526); Blue value is 170 (66.80% from 255 or 32.32% from 526); Max value from RGB is 188 - color contains mainly: green. Hex color #A8BCAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BCAA is #574355. Grayscale: #B4B4B4. Windows color (decimal): -5718870 or 11189416. OLE color: 11189416.
HSL color Cylindrical-coordinate representation of color #A8BCAA: hue angle of 126º degrees, saturation: 0.13, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A8BCAA is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
RGB | 168 | 188 | 170 | - |
CMYK | 0.11 | 0 | 0.10 | 0.26 |
HSL | 126º | 0.13% | 0.7% | - |
HSV(B) | 126º | 0.11% | 0.74% | - |
XYZ | 41.39 | 47.19 | 44.96 | - |
YUV | 179.97 | 122.37 | 119.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 188 | 170 | 0.11 | 0 | 0.10 | 0.26 | 126 | 0.13 | 0.7 |
Hex | A8 | BC | AA | B | 0 | A | 1A | 7E | D | 46 |
Octal | 250 | 274 | 252 | 13 | 0 | 12 | 32 | 176 | 15 | 106 |
Binary | 10101000 | 10111100 | 10101010 | 1011 | 0 | 1010 | 11010 | 1111110 | 1101 | 1000110 |
Color Harmonies of #A8BCAA
Complementary color
Monochromatic Colors of #A8BCAA
Black with #A8BCAA
Text Example
Text Example
White with #A8BCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BCAA; }
p { color: rgb(168,188,170); }
H1.HeaderClassName
{
color: #A8BCAA;
}
.AnyTagClassName
{
color: #A8BCAA;
}
</style>
background-color css
<style>
a { background-color: #A8BCAA; }
a { background-color: rgb(168,188,170); }
div.DivClassName
{
background-color: #A8BCAA;
}
.BgClassName
{
background-color: #A8BCAA;
}
</style>
border-color css
<style>
span { border-color: #A8BCAA; }
span { border-color: rgb(168,188,170); }
td.TdClassName
{
border-color: #A8BCAA;
}
.TagClassName
{
border-color: #A8BCAA;
}
</style>