Shades of Wild Willow #BAD65C
Tints of Wild Willow #BAD65C
RGB
CMYK
RGB Variations
Color information
#BAD65C (or 0xBAD65C) is known color: Wild Willow. HEX triplet: BA, D6 and 5C. RGB value is (186,214,92). Sum of RGB (Red+Green+Blue) = 186+214+92=492 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.80% from 492); Green value is 214 (83.98% from 255 or 43.50% from 492); Blue value is 92 (36.33% from 255 or 18.70% from 492); Max value from RGB is 214 - color contains mainly: green. Hex color #BAD65C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD65C is #4529A3. Grayscale: #C0C0C0. Windows color (decimal): -4532644 or 6084282. OLE color: 6084282.
HSL color Cylindrical-coordinate representation of color #BAD65C: hue angle of 73.77º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BAD65C is Cyan = 0.13, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 214 | 92 | - |
| CMYK | 0.13 | 0 | 0.57 | 0.16 |
| HSL | 73.77º | 0.6% | 0.6% | - |
| HSV(B) | 73.77º | 0.57% | 0.84% | - |
| XYZ | 46.23 | 59.3 | 19.14 | - |
| YUV | 191.72 | 71.72 | 123.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 214 | 92 | 0.13 | 0 | 0.57 | 0.16 | 73.77 | 0.6 | 0.6 |
| Hex | BA | D6 | 5C | D | 0 | 39 | 10 | 4A | 3C | 3C |
| Octal | 272 | 326 | 134 | 15 | 0 | 71 | 20 | 112 | 74 | 74 |
| Binary | 10111010 | 11010110 | 1011100 | 1101 | 0 | 111001 | 10000 | 1001010 | 111100 | 111100 |
Color Harmonies of #BAD65C
Complementary color
Monochromatic Colors of #BAD65C
Black with #BAD65C
Text Example
Text Example
White with #BAD65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD65C; }
p { color: rgb(186,214,92); }
H1.HeaderClassName
{
color: #BAD65C;
}
.AnyTagClassName
{
color: #BAD65C;
}
</style>
background-color css
<style>
a { background-color: #BAD65C; }
a { background-color: rgb(186,214,92); }
div.DivClassName
{
background-color: #BAD65C;
}
.BgClassName
{
background-color: #BAD65C;
}
</style>
border-color css
<style>
span { border-color: #BAD65C; }
span { border-color: rgb(186,214,92); }
td.TdClassName
{
border-color: #BAD65C;
}
.TagClassName
{
border-color: #BAD65C;
}
</style>