Shades of Wild Willow #BAD467
Tints of Wild Willow #BAD467
RGB
CMYK
RGB Variations
Color information
#BAD467 (or 0xBAD467) is known color: Wild Willow. HEX triplet: BA, D4 and 67. RGB value is (186,212,103). Sum of RGB (Red+Green+Blue) = 186+212+103=501 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.13% from 501); Green value is 212 (83.20% from 255 or 42.32% from 501); Blue value is 103 (40.62% from 255 or 20.56% from 501); Max value from RGB is 212 - color contains mainly: green. Hex color #BAD467 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD467 is #452B98. Grayscale: #C0C0C0. Windows color (decimal): -4533145 or 6804666. OLE color: 6804666.
HSL color Cylindrical-coordinate representation of color #BAD467: hue angle of 74.31º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BAD467 is Cyan = 0.12, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 186 | 212 | 103 | - |
| CMYK | 0.12 | 0 | 0.51 | 0.17 |
| HSL | 74.31º | 0.56% | 0.62% | - |
| HSV(B) | 74.31º | 0.51% | 0.83% | - |
| XYZ | 46.24 | 58.51 | 21.69 | - |
| YUV | 191.8 | 77.89 | 123.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 212 | 103 | 0.12 | 0 | 0.51 | 0.17 | 74.31 | 0.56 | 0.62 |
| Hex | BA | D4 | 67 | C | 0 | 33 | 11 | 4A | 38 | 3E |
| Octal | 272 | 324 | 147 | 14 | 0 | 63 | 21 | 112 | 70 | 76 |
| Binary | 10111010 | 11010100 | 1100111 | 1100 | 0 | 110011 | 10001 | 1001010 | 111000 | 111110 |
Color Harmonies of #BAD467
Complementary color
Monochromatic Colors of #BAD467
Black with #BAD467
Text Example
Text Example
White with #BAD467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD467; }
p { color: rgb(186,212,103); }
H1.HeaderClassName
{
color: #BAD467;
}
.AnyTagClassName
{
color: #BAD467;
}
</style>
background-color css
<style>
a { background-color: #BAD467; }
a { background-color: rgb(186,212,103); }
div.DivClassName
{
background-color: #BAD467;
}
.BgClassName
{
background-color: #BAD467;
}
</style>
border-color css
<style>
span { border-color: #BAD467; }
span { border-color: rgb(186,212,103); }
td.TdClassName
{
border-color: #BAD467;
}
.TagClassName
{
border-color: #BAD467;
}
</style>