Shades of Sprout #AECB99
Tints of Sprout #AECB99
RGB
CMYK
RGB Variations
Color information
#AECB99 (or 0xAECB99) is known color: Sprout. HEX triplet: AE, CB and 99. RGB value is (174,203,153). Sum of RGB (Red+Green+Blue) = 174+203+153=530 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.83% from 530); Green value is 203 (79.69% from 255 or 38.30% from 530); Blue value is 153 (60.16% from 255 or 28.87% from 530); Max value from RGB is 203 - color contains mainly: green. Hex color #AECB99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECB99 is #513466. Grayscale: #BCBCBC. Windows color (decimal): -5321831 or 10079150. OLE color: 10079150.
HSL color Cylindrical-coordinate representation of color #AECB99: hue angle of 94.8º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AECB99 is Cyan = 0.14, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 174 | 203 | 153 | - |
| CMYK | 0.14 | 0 | 0.25 | 0.20 |
| HSL | 94.8º | 0.32% | 0.7% | - |
| HSV(B) | 94.8º | 0.25% | 0.8% | - |
| XYZ | 44.56 | 54.01 | 38.21 | - |
| YUV | 188.63 | 107.89 | 117.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 203 | 153 | 0.14 | 0 | 0.25 | 0.20 | 94.8 | 0.32 | 0.7 |
| Hex | AE | CB | 99 | E | 0 | 19 | 14 | 5F | 20 | 46 |
| Octal | 256 | 313 | 231 | 16 | 0 | 31 | 24 | 137 | 40 | 106 |
| Binary | 10101110 | 11001011 | 10011001 | 1110 | 0 | 11001 | 10100 | 1011111 | 100000 | 1000110 |
Color Harmonies of #AECB99
Complementary color
Monochromatic Colors of #AECB99
Black with #AECB99
Text Example
Text Example
White with #AECB99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECB99; }
p { color: rgb(174,203,153); }
H1.HeaderClassName
{
color: #AECB99;
}
.AnyTagClassName
{
color: #AECB99;
}
</style>
background-color css
<style>
a { background-color: #AECB99; }
a { background-color: rgb(174,203,153); }
div.DivClassName
{
background-color: #AECB99;
}
.BgClassName
{
background-color: #AECB99;
}
</style>
border-color css
<style>
span { border-color: #AECB99; }
span { border-color: rgb(174,203,153); }
td.TdClassName
{
border-color: #AECB99;
}
.TagClassName
{
border-color: #AECB99;
}
</style>