Shades of Sprout #AECB96
Tints of Sprout #AECB96
RGB
CMYK
RGB Variations
Color information
#AECB96 (or 0xAECB96) is known color: Sprout. HEX triplet: AE, CB and 96. RGB value is (174,203,150). Sum of RGB (Red+Green+Blue) = 174+203+150=527 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.02% from 527); Green value is 203 (79.69% from 255 or 38.52% from 527); Blue value is 150 (58.98% from 255 or 28.46% from 527); Max value from RGB is 203 - color contains mainly: green. Hex color #AECB96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECB96 is #513469. Grayscale: #BCBCBC. Windows color (decimal): -5321834 or 9882542. OLE color: 9882542.
HSL color Cylindrical-coordinate representation of color #AECB96: hue angle of 92.83º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AECB96 is Cyan = 0.14, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 174 | 203 | 150 | - |
| CMYK | 0.14 | 0 | 0.26 | 0.20 |
| HSL | 92.83º | 0.34% | 0.69% | - |
| HSV(B) | 92.83º | 0.26% | 0.8% | - |
| XYZ | 44.32 | 53.91 | 36.92 | - |
| YUV | 188.29 | 106.39 | 117.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 203 | 150 | 0.14 | 0 | 0.26 | 0.20 | 92.83 | 0.34 | 0.69 |
| Hex | AE | CB | 96 | E | 0 | 1A | 14 | 5D | 22 | 45 |
| Octal | 256 | 313 | 226 | 16 | 0 | 32 | 24 | 135 | 42 | 105 |
| Binary | 10101110 | 11001011 | 10010110 | 1110 | 0 | 11010 | 10100 | 1011101 | 100010 | 1000101 |
Color Harmonies of #AECB96
Complementary color
Monochromatic Colors of #AECB96
Black with #AECB96
Text Example
Text Example
White with #AECB96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECB96; }
p { color: rgb(174,203,150); }
H1.HeaderClassName
{
color: #AECB96;
}
.AnyTagClassName
{
color: #AECB96;
}
</style>
background-color css
<style>
a { background-color: #AECB96; }
a { background-color: rgb(174,203,150); }
div.DivClassName
{
background-color: #AECB96;
}
.BgClassName
{
background-color: #AECB96;
}
</style>
border-color css
<style>
span { border-color: #AECB96; }
span { border-color: rgb(174,203,150); }
td.TdClassName
{
border-color: #AECB96;
}
.TagClassName
{
border-color: #AECB96;
}
</style>