Shades of Gum Leaf #A4C9B2
Tints of Gum Leaf #A4C9B2
RGB
CMYK
RGB Variations
Color information
#A4C9B2 (or 0xA4C9B2) is known color: Gum Leaf. HEX triplet: A4, C9 and B2. RGB value is (164,201,178). Sum of RGB (Red+Green+Blue) = 164+201+178=543 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.20% from 543); Green value is 201 (78.91% from 255 or 37.02% from 543); Blue value is 178 (69.92% from 255 or 32.78% from 543); Max value from RGB is 201 - color contains mainly: green. Hex color #A4C9B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4C9B2 is #5B364D. Grayscale: #BBBBBB. Windows color (decimal): -5977678 or 11717028. OLE color: 11717028.
HSL color Cylindrical-coordinate representation of color #A4C9B2: hue angle of 142.7º degrees, saturation: 0.26, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A4C9B2 is Cyan = 0.18, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 164 | 201 | 178 | - |
| CMYK | 0.18 | 0 | 0.11 | 0.21 |
| HSL | 142.7º | 0.26% | 0.72% | - |
| HSV(B) | 142.7º | 0.18% | 0.79% | - |
| XYZ | 44.23 | 52.88 | 50 | - |
| YUV | 187.32 | 122.74 | 111.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 201 | 178 | 0.18 | 0 | 0.11 | 0.21 | 142.7 | 0.26 | 0.72 |
| Hex | A4 | C9 | B2 | 12 | 0 | B | 15 | 8F | 1A | 48 |
| Octal | 244 | 311 | 262 | 22 | 0 | 13 | 25 | 217 | 32 | 110 |
| Binary | 10100100 | 11001001 | 10110010 | 10010 | 0 | 1011 | 10101 | 10001111 | 11010 | 1001000 |
Color Harmonies of #A4C9B2
Complementary color
Monochromatic Colors of #A4C9B2
Black with #A4C9B2
Text Example
Text Example
White with #A4C9B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4C9B2; }
p { color: rgb(164,201,178); }
H1.HeaderClassName
{
color: #A4C9B2;
}
.AnyTagClassName
{
color: #A4C9B2;
}
</style>
background-color css
<style>
a { background-color: #A4C9B2; }
a { background-color: rgb(164,201,178); }
div.DivClassName
{
background-color: #A4C9B2;
}
.BgClassName
{
background-color: #A4C9B2;
}
</style>
border-color css
<style>
span { border-color: #A4C9B2; }
span { border-color: rgb(164,201,178); }
td.TdClassName
{
border-color: #A4C9B2;
}
.TagClassName
{
border-color: #A4C9B2;
}
</style>