Shades of Gum Leaf #A8BEAB
Tints of Gum Leaf #A8BEAB
RGB
CMYK
RGB Variations
Color information
#A8BEAB (or 0xA8BEAB) is known color: Gum Leaf. HEX triplet: A8, BE and AB. RGB value is (168,190,171). Sum of RGB (Red+Green+Blue) = 168+190+171=529 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.76% from 529); Green value is 190 (74.61% from 255 or 35.92% from 529); Blue value is 171 (67.19% from 255 or 32.33% from 529); Max value from RGB is 190 - color contains mainly: green. Hex color #A8BEAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BEAB is #574154. Grayscale: #B5B5B5. Windows color (decimal): -5718357 or 11255464. OLE color: 11255464.
HSL color Cylindrical-coordinate representation of color #A8BEAB: hue angle of 128.18º degrees, saturation: 0.14, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A8BEAB is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
RGB | 168 | 190 | 171 | - |
CMYK | 0.12 | 0 | 0.10 | 0.25 |
HSL | 128.18º | 0.14% | 0.7% | - |
HSV(B) | 128.18º | 0.12% | 0.75% | - |
XYZ | 41.91 | 48.09 | 45.6 | - |
YUV | 181.26 | 122.21 | 118.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 190 | 171 | 0.12 | 0 | 0.10 | 0.25 | 128.18 | 0.14 | 0.7 |
Hex | A8 | BE | AB | C | 0 | A | 19 | 80 | E | 46 |
Octal | 250 | 276 | 253 | 14 | 0 | 12 | 31 | 200 | 16 | 106 |
Binary | 10101000 | 10111110 | 10101011 | 1100 | 0 | 1010 | 11001 | 10000000 | 1110 | 1000110 |
Color Harmonies of #A8BEAB
Complementary color
Monochromatic Colors of #A8BEAB
Black with #A8BEAB
Text Example
Text Example
White with #A8BEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BEAB; }
p { color: rgb(168,190,171); }
H1.HeaderClassName
{
color: #A8BEAB;
}
.AnyTagClassName
{
color: #A8BEAB;
}
</style>
background-color css
<style>
a { background-color: #A8BEAB; }
a { background-color: rgb(168,190,171); }
div.DivClassName
{
background-color: #A8BEAB;
}
.BgClassName
{
background-color: #A8BEAB;
}
</style>
border-color css
<style>
span { border-color: #A8BEAB; }
span { border-color: rgb(168,190,171); }
td.TdClassName
{
border-color: #A8BEAB;
}
.TagClassName
{
border-color: #A8BEAB;
}
</style>