Shades of Gum Leaf #A9C8B5
Tints of Gum Leaf #A9C8B5
RGB
CMYK
RGB Variations
Color information
#A9C8B5 (or 0xA9C8B5) is known color: Gum Leaf. HEX triplet: A9, C8 and B5. RGB value is (169,200,181). Sum of RGB (Red+Green+Blue) = 169+200+181=550 (72% of max value = 765). Red value is 169 (66.41% from 255 or 30.73% from 550); Green value is 200 (78.52% from 255 or 36.36% from 550); Blue value is 181 (71.09% from 255 or 32.91% from 550); Max value from RGB is 200 - color contains mainly: green. Hex color #A9C8B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9C8B5 is #56374A. Grayscale: #BCBCBC. Windows color (decimal): -5650251 or 11913385. OLE color: 11913385.
HSL color Cylindrical-coordinate representation of color #A9C8B5: hue angle of 143.23º degrees, saturation: 0.22, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A9C8B5 is Cyan = 0.16, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 169 | 200 | 181 | - |
| CMYK | 0.16 | 0 | 0.09 | 0.22 |
| HSL | 143.23º | 0.22% | 0.72% | - |
| HSV(B) | 143.23º | 0.16% | 0.78% | - |
| XYZ | 45.36 | 53.08 | 51.57 | - |
| YUV | 188.57 | 123.73 | 114.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 200 | 181 | 0.16 | 0 | 0.09 | 0.22 | 143.23 | 0.22 | 0.72 |
| Hex | A9 | C8 | B5 | 10 | 0 | 9 | 16 | 8F | 16 | 48 |
| Octal | 251 | 310 | 265 | 20 | 0 | 11 | 26 | 217 | 26 | 110 |
| Binary | 10101001 | 11001000 | 10110101 | 10000 | 0 | 1001 | 10110 | 10001111 | 10110 | 1001000 |
Color Harmonies of #A9C8B5
Complementary color
Monochromatic Colors of #A9C8B5
Black with #A9C8B5
Text Example
Text Example
White with #A9C8B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9C8B5; }
p { color: rgb(169,200,181); }
H1.HeaderClassName
{
color: #A9C8B5;
}
.AnyTagClassName
{
color: #A9C8B5;
}
</style>
background-color css
<style>
a { background-color: #A9C8B5; }
a { background-color: rgb(169,200,181); }
div.DivClassName
{
background-color: #A9C8B5;
}
.BgClassName
{
background-color: #A9C8B5;
}
</style>
border-color css
<style>
span { border-color: #A9C8B5; }
span { border-color: rgb(169,200,181); }
td.TdClassName
{
border-color: #A9C8B5;
}
.TagClassName
{
border-color: #A9C8B5;
}
</style>