Shades of Gum Leaf #ABC4B2
Tints of Gum Leaf #ABC4B2
RGB
CMYK
RGB Variations
Color information
#ABC4B2 (or 0xABC4B2) is known color: Gum Leaf. HEX triplet: AB, C4 and B2. RGB value is (171,196,178). Sum of RGB (Red+Green+Blue) = 171+196+178=545 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.38% from 545); Green value is 196 (76.95% from 255 or 35.96% from 545); Blue value is 178 (69.92% from 255 or 32.66% from 545); Max value from RGB is 196 - color contains mainly: green. Hex color #ABC4B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC4B2 is #543B4D. Grayscale: #BABABA. Windows color (decimal): -5520206 or 11715755. OLE color: 11715755.
HSL color Cylindrical-coordinate representation of color #ABC4B2: hue angle of 136.8º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ABC4B2 is Cyan = 0.13, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 171 | 196 | 178 | - |
| CMYK | 0.13 | 0 | 0.09 | 0.23 |
| HSL | 136.8º | 0.17% | 0.72% | - |
| HSV(B) | 136.8º | 0.13% | 0.77% | - |
| XYZ | 44.57 | 51.35 | 49.68 | - |
| YUV | 186.47 | 123.22 | 116.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 196 | 178 | 0.13 | 0 | 0.09 | 0.23 | 136.8 | 0.17 | 0.72 |
| Hex | AB | C4 | B2 | D | 0 | 9 | 17 | 89 | 11 | 48 |
| Octal | 253 | 304 | 262 | 15 | 0 | 11 | 27 | 211 | 21 | 110 |
| Binary | 10101011 | 11000100 | 10110010 | 1101 | 0 | 1001 | 10111 | 10001001 | 10001 | 1001000 |
Color Harmonies of #ABC4B2
Complementary color
Monochromatic Colors of #ABC4B2
Black with #ABC4B2
Text Example
Text Example
White with #ABC4B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC4B2; }
p { color: rgb(171,196,178); }
H1.HeaderClassName
{
color: #ABC4B2;
}
.AnyTagClassName
{
color: #ABC4B2;
}
</style>
background-color css
<style>
a { background-color: #ABC4B2; }
a { background-color: rgb(171,196,178); }
div.DivClassName
{
background-color: #ABC4B2;
}
.BgClassName
{
background-color: #ABC4B2;
}
</style>
border-color css
<style>
span { border-color: #ABC4B2; }
span { border-color: rgb(171,196,178); }
td.TdClassName
{
border-color: #ABC4B2;
}
.TagClassName
{
border-color: #ABC4B2;
}
</style>