Shades of Gum Leaf #ACBBAE
Tints of Gum Leaf #ACBBAE
RGB
CMYK
RGB Variations
Color information
#ACBBAE (or 0xACBBAE) is known color: Gum Leaf. HEX triplet: AC, BB and AE. RGB value is (172,187,174). Sum of RGB (Red+Green+Blue) = 172+187+174=533 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.27% from 533); Green value is 187 (73.44% from 255 or 35.08% from 533); Blue value is 174 (68.36% from 255 or 32.65% from 533); Max value from RGB is 187 - color contains mainly: green. Hex color #ACBBAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBBAE is #534451. Grayscale: #B5B5B5. Windows color (decimal): -5456978 or 11451308. OLE color: 11451308.
HSL color Cylindrical-coordinate representation of color #ACBBAE: hue angle of 128º degrees, saturation: 0.1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ACBBAE is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
RGB | 172 | 187 | 174 | - |
CMYK | 0.08 | 0 | 0.07 | 0.27 |
HSL | 128º | 0.1% | 0.7% | - |
HSV(B) | 128º | 0.08% | 0.73% | - |
XYZ | 42.42 | 47.37 | 46.95 | - |
YUV | 181.03 | 124.03 | 121.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 187 | 174 | 0.08 | 0 | 0.07 | 0.27 | 128 | 0.1 | 0.7 |
Hex | AC | BB | AE | 8 | 0 | 7 | 1B | 80 | A | 46 |
Octal | 254 | 273 | 256 | 10 | 0 | 7 | 33 | 200 | 12 | 106 |
Binary | 10101100 | 10111011 | 10101110 | 1000 | 0 | 111 | 11011 | 10000000 | 1010 | 1000110 |
Color Harmonies of #ACBBAE
Complementary color
Monochromatic Colors of #ACBBAE
Black with #ACBBAE
Text Example
Text Example
White with #ACBBAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBBAE; }
p { color: rgb(172,187,174); }
H1.HeaderClassName
{
color: #ACBBAE;
}
.AnyTagClassName
{
color: #ACBBAE;
}
</style>
background-color css
<style>
a { background-color: #ACBBAE; }
a { background-color: rgb(172,187,174); }
div.DivClassName
{
background-color: #ACBBAE;
}
.BgClassName
{
background-color: #ACBBAE;
}
</style>
border-color css
<style>
span { border-color: #ACBBAE; }
span { border-color: rgb(172,187,174); }
td.TdClassName
{
border-color: #ACBBAE;
}
.TagClassName
{
border-color: #ACBBAE;
}
</style>