Shades of Wild Willow #AECB5E
Tints of Wild Willow #AECB5E
RGB
CMYK
RGB Variations
Color information
#AECB5E (or 0xAECB5E) is known color: Wild Willow. HEX triplet: AE, CB and 5E. RGB value is (174,203,94). Sum of RGB (Red+Green+Blue) = 174+203+94=471 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.94% from 471); Green value is 203 (79.69% from 255 or 43.10% from 471); Blue value is 94 (37.11% from 255 or 19.96% from 471); Max value from RGB is 203 - color contains mainly: green. Hex color #AECB5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AECB5E is #5134A1. Grayscale: #B6B6B6. Windows color (decimal): -5321890 or 6212526. OLE color: 6212526.
HSL color Cylindrical-coordinate representation of color #AECB5E: hue angle of 75.96º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AECB5E is Cyan = 0.14, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
RGB | 174 | 203 | 94 | - |
CMYK | 0.14 | 0 | 0.54 | 0.20 |
HSL | 75.96º | 0.51% | 0.58% | - |
HSV(B) | 75.96º | 0.54% | 0.8% | - |
XYZ | 40.83 | 52.52 | 18.57 | - |
YUV | 181.9 | 78.39 | 122.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 174 | 203 | 94 | 0.14 | 0 | 0.54 | 0.20 | 75.96 | 0.51 | 0.58 |
Hex | AE | CB | 5E | E | 0 | 36 | 14 | 4C | 33 | 3A |
Octal | 256 | 313 | 136 | 16 | 0 | 66 | 24 | 114 | 63 | 72 |
Binary | 10101110 | 11001011 | 1011110 | 1110 | 0 | 110110 | 10100 | 1001100 | 110011 | 111010 |
Color Harmonies of #AECB5E
Complementary color
Monochromatic Colors of #AECB5E
Black with #AECB5E
Text Example
Text Example
White with #AECB5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECB5E; }
p { color: rgb(174,203,94); }
H1.HeaderClassName
{
color: #AECB5E;
}
.AnyTagClassName
{
color: #AECB5E;
}
</style>
background-color css
<style>
a { background-color: #AECB5E; }
a { background-color: rgb(174,203,94); }
div.DivClassName
{
background-color: #AECB5E;
}
.BgClassName
{
background-color: #AECB5E;
}
</style>
border-color css
<style>
span { border-color: #AECB5E; }
span { border-color: rgb(174,203,94); }
td.TdClassName
{
border-color: #AECB5E;
}
.TagClassName
{
border-color: #AECB5E;
}
</style>