Shades of Gum Leaf #AECBB1
Tints of Gum Leaf #AECBB1
RGB
CMYK
RGB Variations
Color information
#AECBB1 (or 0xAECBB1) is known color: Gum Leaf. HEX triplet: AE, CB and B1. RGB value is (174,203,177). Sum of RGB (Red+Green+Blue) = 174+203+177=554 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.41% from 554); Green value is 203 (79.69% from 255 or 36.64% from 554); Blue value is 177 (69.53% from 255 or 31.95% from 554); Max value from RGB is 203 - color contains mainly: green. Hex color #AECBB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECBB1 is #51344E. Grayscale: #BFBFBF. Windows color (decimal): -5321807 or 11652014. OLE color: 11652014.
HSL color Cylindrical-coordinate representation of color #AECBB1: hue angle of 126.21º degrees, saturation: 0.22, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AECBB1 is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 174 | 203 | 177 | - |
| CMYK | 0.14 | 0 | 0.13 | 0.20 |
| HSL | 126.21º | 0.22% | 0.74% | - |
| HSV(B) | 126.21º | 0.14% | 0.8% | - |
| XYZ | 46.75 | 54.88 | 49.72 | - |
| YUV | 191.37 | 119.89 | 115.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 203 | 177 | 0.14 | 0 | 0.13 | 0.20 | 126.21 | 0.22 | 0.74 |
| Hex | AE | CB | B1 | E | 0 | D | 14 | 7E | 16 | 4A |
| Octal | 256 | 313 | 261 | 16 | 0 | 15 | 24 | 176 | 26 | 112 |
| Binary | 10101110 | 11001011 | 10110001 | 1110 | 0 | 1101 | 10100 | 1111110 | 10110 | 1001010 |
Color Harmonies of #AECBB1
Complementary color
Monochromatic Colors of #AECBB1
Black with #AECBB1
Text Example
Text Example
White with #AECBB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECBB1; }
p { color: rgb(174,203,177); }
H1.HeaderClassName
{
color: #AECBB1;
}
.AnyTagClassName
{
color: #AECBB1;
}
</style>
background-color css
<style>
a { background-color: #AECBB1; }
a { background-color: rgb(174,203,177); }
div.DivClassName
{
background-color: #AECBB1;
}
.BgClassName
{
background-color: #AECBB1;
}
</style>
border-color css
<style>
span { border-color: #AECBB1; }
span { border-color: rgb(174,203,177); }
td.TdClassName
{
border-color: #AECBB1;
}
.TagClassName
{
border-color: #AECBB1;
}
</style>