Shades of Sprout #AECB8C
Tints of Sprout #AECB8C
RGB
CMYK
RGB Variations
Color information
#AECB8C (or 0xAECB8C) is known color: Sprout. HEX triplet: AE, CB and 8C. RGB value is (174,203,140). Sum of RGB (Red+Green+Blue) = 174+203+140=517 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.66% from 517); Green value is 203 (79.69% from 255 or 39.26% from 517); Blue value is 140 (55.08% from 255 or 27.08% from 517); Max value from RGB is 203 - color contains mainly: green. Hex color #AECB8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECB8C is #513473. Grayscale: #BBBBBB. Windows color (decimal): -5321844 or 9227182. OLE color: 9227182.
HSL color Cylindrical-coordinate representation of color #AECB8C: hue angle of 87.62º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AECB8C is Cyan = 0.14, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 174 | 203 | 140 | - |
| CMYK | 0.14 | 0 | 0.31 | 0.20 |
| HSL | 87.62º | 0.38% | 0.67% | - |
| HSV(B) | 87.62º | 0.31% | 0.8% | - |
| XYZ | 43.55 | 53.6 | 32.86 | - |
| YUV | 187.15 | 101.39 | 118.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 203 | 140 | 0.14 | 0 | 0.31 | 0.20 | 87.62 | 0.38 | 0.67 |
| Hex | AE | CB | 8C | E | 0 | 1F | 14 | 58 | 26 | 43 |
| Octal | 256 | 313 | 214 | 16 | 0 | 37 | 24 | 130 | 46 | 103 |
| Binary | 10101110 | 11001011 | 10001100 | 1110 | 0 | 11111 | 10100 | 1011000 | 100110 | 1000011 |
Color Harmonies of #AECB8C
Complementary color
Monochromatic Colors of #AECB8C
Black with #AECB8C
Text Example
Text Example
White with #AECB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECB8C; }
p { color: rgb(174,203,140); }
H1.HeaderClassName
{
color: #AECB8C;
}
.AnyTagClassName
{
color: #AECB8C;
}
</style>
background-color css
<style>
a { background-color: #AECB8C; }
a { background-color: rgb(174,203,140); }
div.DivClassName
{
background-color: #AECB8C;
}
.BgClassName
{
background-color: #AECB8C;
}
</style>
border-color css
<style>
span { border-color: #AECB8C; }
span { border-color: rgb(174,203,140); }
td.TdClassName
{
border-color: #AECB8C;
}
.TagClassName
{
border-color: #AECB8C;
}
</style>