Shades of Wild Willow #BAD55C
Tints of Wild Willow #BAD55C
RGB
CMYK
RGB Variations
Color information
#BAD55C (or 0xBAD55C) is known color: Wild Willow. HEX triplet: BA, D5 and 5C. RGB value is (186,213,92). Sum of RGB (Red+Green+Blue) = 186+213+92=491 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.88% from 491); Green value is 213 (83.59% from 255 or 43.38% from 491); Blue value is 92 (36.33% from 255 or 18.74% from 491); Max value from RGB is 213 - color contains mainly: green. Hex color #BAD55C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD55C is #452AA3. Grayscale: #BFBFBF. Windows color (decimal): -4532900 or 6084026. OLE color: 6084026.
HSL color Cylindrical-coordinate representation of color #BAD55C: hue angle of 73.39º degrees, saturation: 0.59, 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 #BAD55C is Cyan = 0.13, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 213 | 92 | - |
| CMYK | 0.13 | 0 | 0.57 | 0.16 |
| HSL | 73.39º | 0.59% | 0.6% | - |
| HSV(B) | 73.39º | 0.57% | 0.84% | - |
| XYZ | 45.98 | 58.8 | 19.05 | - |
| YUV | 191.13 | 72.05 | 124.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 213 | 92 | 0.13 | 0 | 0.57 | 0.16 | 73.39 | 0.59 | 0.6 |
| Hex | BA | D5 | 5C | D | 0 | 39 | 10 | 49 | 3B | 3C |
| Octal | 272 | 325 | 134 | 15 | 0 | 71 | 20 | 111 | 73 | 74 |
| Binary | 10111010 | 11010101 | 1011100 | 1101 | 0 | 111001 | 10000 | 1001001 | 111011 | 111100 |
Color Harmonies of #BAD55C
Complementary color
Monochromatic Colors of #BAD55C
Black with #BAD55C
Text Example
Text Example
White with #BAD55C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD55C; }
p { color: rgb(186,213,92); }
H1.HeaderClassName
{
color: #BAD55C;
}
.AnyTagClassName
{
color: #BAD55C;
}
</style>
background-color css
<style>
a { background-color: #BAD55C; }
a { background-color: rgb(186,213,92); }
div.DivClassName
{
background-color: #BAD55C;
}
.BgClassName
{
background-color: #BAD55C;
}
</style>
border-color css
<style>
span { border-color: #BAD55C; }
span { border-color: rgb(186,213,92); }
td.TdClassName
{
border-color: #BAD55C;
}
.TagClassName
{
border-color: #BAD55C;
}
</style>