Shades of Wild Willow #AECB64
Tints of Wild Willow #AECB64
RGB
CMYK
RGB Variations
Color information
#AECB64 (or 0xAECB64) is known color: Wild Willow. HEX triplet: AE, CB and 64. RGB value is (174,203,100). Sum of RGB (Red+Green+Blue) = 174+203+100=477 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.48% from 477); Green value is 203 (79.69% from 255 or 42.56% from 477); Blue value is 100 (39.45% from 255 or 20.96% from 477); Max value from RGB is 203 - color contains mainly: green. Hex color #AECB64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AECB64 is #51349B. Grayscale: #B6B6B6. Windows color (decimal): -5321884 or 6605742. OLE color: 6605742.
HSL color Cylindrical-coordinate representation of color #AECB64: hue angle of 76.89º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AECB64 is Cyan = 0.14, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 174 | 203 | 100 | - |
| CMYK | 0.14 | 0 | 0.51 | 0.20 |
| HSL | 76.89º | 0.5% | 0.59% | - |
| HSV(B) | 76.89º | 0.51% | 0.8% | - |
| XYZ | 41.11 | 52.63 | 20.05 | - |
| YUV | 182.59 | 81.39 | 121.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 203 | 100 | 0.14 | 0 | 0.51 | 0.20 | 76.89 | 0.5 | 0.59 |
| Hex | AE | CB | 64 | E | 0 | 33 | 14 | 4D | 32 | 3B |
| Octal | 256 | 313 | 144 | 16 | 0 | 63 | 24 | 115 | 62 | 73 |
| Binary | 10101110 | 11001011 | 1100100 | 1110 | 0 | 110011 | 10100 | 1001101 | 110010 | 111011 |
Color Harmonies of #AECB64
Complementary color
Monochromatic Colors of #AECB64
Black with #AECB64
Text Example
Text Example
White with #AECB64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECB64; }
p { color: rgb(174,203,100); }
H1.HeaderClassName
{
color: #AECB64;
}
.AnyTagClassName
{
color: #AECB64;
}
</style>
background-color css
<style>
a { background-color: #AECB64; }
a { background-color: rgb(174,203,100); }
div.DivClassName
{
background-color: #AECB64;
}
.BgClassName
{
background-color: #AECB64;
}
</style>
border-color css
<style>
span { border-color: #AECB64; }
span { border-color: rgb(174,203,100); }
td.TdClassName
{
border-color: #AECB64;
}
.TagClassName
{
border-color: #AECB64;
}
</style>