Shades of Gum Leaf #A8C9B1
Tints of Gum Leaf #A8C9B1
RGB
CMYK
RGB Variations
Color information
#A8C9B1 (or 0xA8C9B1) is known color: Gum Leaf. HEX triplet: A8, C9 and B1. RGB value is (168,201,177). Sum of RGB (Red+Green+Blue) = 168+201+177=546 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.77% from 546); Green value is 201 (78.91% from 255 or 36.81% from 546); Blue value is 177 (69.53% from 255 or 32.42% from 546); Max value from RGB is 201 - color contains mainly: green. Hex color #A8C9B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C9B1 is #57364E. Grayscale: #BCBCBC. Windows color (decimal): -5715535 or 11651496. OLE color: 11651496.
HSL color Cylindrical-coordinate representation of color #A8C9B1: hue angle of 136.36º degrees, saturation: 0.23, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A8C9B1 is Cyan = 0.16, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 168 | 201 | 177 | - |
| CMYK | 0.16 | 0 | 0.12 | 0.21 |
| HSL | 136.36º | 0.23% | 0.72% | - |
| HSV(B) | 136.36º | 0.16% | 0.79% | - |
| XYZ | 44.97 | 53.27 | 49.51 | - |
| YUV | 188.4 | 121.57 | 113.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 201 | 177 | 0.16 | 0 | 0.12 | 0.21 | 136.36 | 0.23 | 0.72 |
| Hex | A8 | C9 | B1 | 10 | 0 | C | 15 | 88 | 17 | 48 |
| Octal | 250 | 311 | 261 | 20 | 0 | 14 | 25 | 210 | 27 | 110 |
| Binary | 10101000 | 11001001 | 10110001 | 10000 | 0 | 1100 | 10101 | 10001000 | 10111 | 1001000 |
Color Harmonies of #A8C9B1
Complementary color
Monochromatic Colors of #A8C9B1
Black with #A8C9B1
Text Example
Text Example
White with #A8C9B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C9B1; }
p { color: rgb(168,201,177); }
H1.HeaderClassName
{
color: #A8C9B1;
}
.AnyTagClassName
{
color: #A8C9B1;
}
</style>
background-color css
<style>
a { background-color: #A8C9B1; }
a { background-color: rgb(168,201,177); }
div.DivClassName
{
background-color: #A8C9B1;
}
.BgClassName
{
background-color: #A8C9B1;
}
</style>
border-color css
<style>
span { border-color: #A8C9B1; }
span { border-color: rgb(168,201,177); }
td.TdClassName
{
border-color: #A8C9B1;
}
.TagClassName
{
border-color: #A8C9B1;
}
</style>