Shades of Gum Leaf #A4C6B2
Tints of Gum Leaf #A4C6B2
RGB
CMYK
RGB Variations
Color information
#A4C6B2 (or 0xA4C6B2) is known color: Gum Leaf. HEX triplet: A4, C6 and B2. RGB value is (164,198,178). Sum of RGB (Red+Green+Blue) = 164+198+178=540 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.37% from 540); Green value is 198 (77.73% from 255 or 36.67% from 540); Blue value is 178 (69.92% from 255 or 32.96% from 540); Max value from RGB is 198 - color contains mainly: green. Hex color #A4C6B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4C6B2 is #5B394D. Grayscale: #B9B9B9. Windows color (decimal): -5978446 or 11716260. OLE color: 11716260.
HSL color Cylindrical-coordinate representation of color #A4C6B2: hue angle of 144.71º degrees, saturation: 0.23, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A4C6B2 is Cyan = 0.17, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 164 | 198 | 178 | - |
| CMYK | 0.17 | 0 | 0.10 | 0.22 |
| HSL | 144.71º | 0.23% | 0.71% | - |
| HSV(B) | 144.71º | 0.17% | 0.78% | - |
| XYZ | 43.54 | 51.5 | 49.76 | - |
| YUV | 185.55 | 123.74 | 112.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 198 | 178 | 0.17 | 0 | 0.10 | 0.22 | 144.71 | 0.23 | 0.71 |
| Hex | A4 | C6 | B2 | 11 | 0 | A | 16 | 91 | 17 | 47 |
| Octal | 244 | 306 | 262 | 21 | 0 | 12 | 26 | 221 | 27 | 107 |
| Binary | 10100100 | 11000110 | 10110010 | 10001 | 0 | 1010 | 10110 | 10010001 | 10111 | 1000111 |
Color Harmonies of #A4C6B2
Complementary color
Monochromatic Colors of #A4C6B2
Black with #A4C6B2
Text Example
Text Example
White with #A4C6B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4C6B2; }
p { color: rgb(164,198,178); }
H1.HeaderClassName
{
color: #A4C6B2;
}
.AnyTagClassName
{
color: #A4C6B2;
}
</style>
background-color css
<style>
a { background-color: #A4C6B2; }
a { background-color: rgb(164,198,178); }
div.DivClassName
{
background-color: #A4C6B2;
}
.BgClassName
{
background-color: #A4C6B2;
}
</style>
border-color css
<style>
span { border-color: #A4C6B2; }
span { border-color: rgb(164,198,178); }
td.TdClassName
{
border-color: #A4C6B2;
}
.TagClassName
{
border-color: #A4C6B2;
}
</style>