Shades of Sprout #AECB9C
Tints of Sprout #AECB9C
RGB
CMYK
RGB Variations
Color information
#AECB9C (or 0xAECB9C) is known color: Sprout. HEX triplet: AE, CB and 9C. RGB value is (174,203,156). Sum of RGB (Red+Green+Blue) = 174+203+156=533 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.65% from 533); Green value is 203 (79.69% from 255 or 38.09% from 533); Blue value is 156 (61.33% from 255 or 29.27% from 533); Max value from RGB is 203 - color contains mainly: green. Hex color #AECB9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECB9C is #513463. Grayscale: #BDBDBD. Windows color (decimal): -5321828 or 10275758. OLE color: 10275758.
HSL color Cylindrical-coordinate representation of color #AECB9C: hue angle of 97.02º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AECB9C is Cyan = 0.14, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 174 | 203 | 156 | - |
| CMYK | 0.14 | 0 | 0.23 | 0.20 |
| HSL | 97.02º | 0.31% | 0.7% | - |
| HSV(B) | 97.02º | 0.23% | 0.8% | - |
| XYZ | 44.81 | 54.11 | 39.54 | - |
| YUV | 188.97 | 109.39 | 117.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 203 | 156 | 0.14 | 0 | 0.23 | 0.20 | 97.02 | 0.31 | 0.7 |
| Hex | AE | CB | 9C | E | 0 | 17 | 14 | 61 | 1F | 46 |
| Octal | 256 | 313 | 234 | 16 | 0 | 27 | 24 | 141 | 37 | 106 |
| Binary | 10101110 | 11001011 | 10011100 | 1110 | 0 | 10111 | 10100 | 1100001 | 11111 | 1000110 |
Color Harmonies of #AECB9C
Complementary color
Monochromatic Colors of #AECB9C
Black with #AECB9C
Text Example
Text Example
White with #AECB9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECB9C; }
p { color: rgb(174,203,156); }
H1.HeaderClassName
{
color: #AECB9C;
}
.AnyTagClassName
{
color: #AECB9C;
}
</style>
background-color css
<style>
a { background-color: #AECB9C; }
a { background-color: rgb(174,203,156); }
div.DivClassName
{
background-color: #AECB9C;
}
.BgClassName
{
background-color: #AECB9C;
}
</style>
border-color css
<style>
span { border-color: #AECB9C; }
span { border-color: rgb(174,203,156); }
td.TdClassName
{
border-color: #AECB9C;
}
.TagClassName
{
border-color: #AECB9C;
}
</style>