Shades of Gum Leaf #A9CBB3
Tints of Gum Leaf #A9CBB3
RGB
CMYK
RGB Variations
Color information
#A9CBB3 (or 0xA9CBB3) is known color: Gum Leaf. HEX triplet: A9, CB and B3. RGB value is (169,203,179). Sum of RGB (Red+Green+Blue) = 169+203+179=551 (72% of max value = 765). Red value is 169 (66.41% from 255 or 30.67% from 551); Green value is 203 (79.69% from 255 or 36.84% from 551); Blue value is 179 (70.31% from 255 or 32.49% from 551); Max value from RGB is 203 - color contains mainly: green. Hex color #A9CBB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9CBB3 is #56344C. Grayscale: #BEBEBE. Windows color (decimal): -5649485 or 11783081. OLE color: 11783081.
HSL color Cylindrical-coordinate representation of color #A9CBB3: hue angle of 137.65º 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 #A9CBB3 is Cyan = 0.17, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 169 | 203 | 179 | - |
| CMYK | 0.17 | 0 | 0.12 | 0.20 |
| HSL | 137.65º | 0.25% | 0.73% | - |
| HSV(B) | 137.65º | 0.17% | 0.8% | - |
| XYZ | 45.85 | 54.4 | 50.73 | - |
| YUV | 190.1 | 121.74 | 112.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 203 | 179 | 0.17 | 0 | 0.12 | 0.20 | 137.65 | 0.25 | 0.73 |
| Hex | A9 | CB | B3 | 11 | 0 | C | 14 | 8A | 19 | 49 |
| Octal | 251 | 313 | 263 | 21 | 0 | 14 | 24 | 212 | 31 | 111 |
| Binary | 10101001 | 11001011 | 10110011 | 10001 | 0 | 1100 | 10100 | 10001010 | 11001 | 1001001 |
Color Harmonies of #A9CBB3
Complementary color
Monochromatic Colors of #A9CBB3
Black with #A9CBB3
Text Example
Text Example
White with #A9CBB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9CBB3; }
p { color: rgb(169,203,179); }
H1.HeaderClassName
{
color: #A9CBB3;
}
.AnyTagClassName
{
color: #A9CBB3;
}
</style>
background-color css
<style>
a { background-color: #A9CBB3; }
a { background-color: rgb(169,203,179); }
div.DivClassName
{
background-color: #A9CBB3;
}
.BgClassName
{
background-color: #A9CBB3;
}
</style>
border-color css
<style>
span { border-color: #A9CBB3; }
span { border-color: rgb(169,203,179); }
td.TdClassName
{
border-color: #A9CBB3;
}
.TagClassName
{
border-color: #A9CBB3;
}
</style>