Shades of Gum Leaf #A9CBB5
Tints of Gum Leaf #A9CBB5
RGB
CMYK
RGB Variations
Color information
#A9CBB5 (or 0xA9CBB5) is known color: Gum Leaf. HEX triplet: A9, CB and B5. RGB value is (169,203,181). Sum of RGB (Red+Green+Blue) = 169+203+181=553 (73% of max value = 765). Red value is 169 (66.41% from 255 or 30.56% from 553); Green value is 203 (79.69% from 255 or 36.71% from 553); Blue value is 181 (71.09% from 255 or 32.73% from 553); Max value from RGB is 203 - color contains mainly: green. Hex color #A9CBB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9CBB5 is #56344A. Grayscale: #BEBEBE. Windows color (decimal): -5649483 or 11914153. OLE color: 11914153.
HSL color Cylindrical-coordinate representation of color #A9CBB5: hue angle of 141.18º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A9CBB5 is Cyan = 0.17, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 169 | 203 | 181 | - |
| CMYK | 0.17 | 0 | 0.11 | 0.20 |
| HSL | 141.18º | 0.25% | 0.73% | - |
| HSV(B) | 141.18º | 0.17% | 0.8% | - |
| XYZ | 46.06 | 54.48 | 51.8 | - |
| YUV | 190.33 | 122.74 | 112.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 203 | 181 | 0.17 | 0 | 0.11 | 0.20 | 141.18 | 0.25 | 0.73 |
| Hex | A9 | CB | B5 | 11 | 0 | B | 14 | 8D | 19 | 49 |
| Octal | 251 | 313 | 265 | 21 | 0 | 13 | 24 | 215 | 31 | 111 |
| Binary | 10101001 | 11001011 | 10110101 | 10001 | 0 | 1011 | 10100 | 10001101 | 11001 | 1001001 |
Color Harmonies of #A9CBB5
Complementary color
Monochromatic Colors of #A9CBB5
Black with #A9CBB5
Text Example
Text Example
White with #A9CBB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9CBB5; }
p { color: rgb(169,203,181); }
H1.HeaderClassName
{
color: #A9CBB5;
}
.AnyTagClassName
{
color: #A9CBB5;
}
</style>
background-color css
<style>
a { background-color: #A9CBB5; }
a { background-color: rgb(169,203,181); }
div.DivClassName
{
background-color: #A9CBB5;
}
.BgClassName
{
background-color: #A9CBB5;
}
</style>
border-color css
<style>
span { border-color: #A9CBB5; }
span { border-color: rgb(169,203,181); }
td.TdClassName
{
border-color: #A9CBB5;
}
.TagClassName
{
border-color: #A9CBB5;
}
</style>