Shades of Wild Willow #BAD75F
Tints of Wild Willow #BAD75F
RGB
CMYK
RGB Variations
Color information
#BAD75F (or 0xBAD75F) is known color: Wild Willow. HEX triplet: BA, D7 and 5F. RGB value is (186,215,95). Sum of RGB (Red+Green+Blue) = 186+215+95=496 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.5% from 496); Green value is 215 (84.38% from 255 or 43.35% from 496); Blue value is 95 (37.5% from 255 or 19.15% from 496); Max value from RGB is 215 - color contains mainly: green. Hex color #BAD75F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD75F is #4528A0. Grayscale: #C1C1C1. Windows color (decimal): -4532385 or 6281146. OLE color: 6281146.
HSL color Cylindrical-coordinate representation of color #BAD75F: hue angle of 74.5º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BAD75F is Cyan = 0.13, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 215 | 95 | - |
| CMYK | 0.13 | 0 | 0.56 | 0.16 |
| HSL | 74.5º | 0.6% | 0.61% | - |
| HSV(B) | 74.5º | 0.56% | 0.84% | - |
| XYZ | 46.62 | 59.87 | 19.92 | - |
| YUV | 192.65 | 72.89 | 123.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 215 | 95 | 0.13 | 0 | 0.56 | 0.16 | 74.5 | 0.6 | 0.61 |
| Hex | BA | D7 | 5F | D | 0 | 38 | 10 | 4A | 3C | 3D |
| Octal | 272 | 327 | 137 | 15 | 0 | 70 | 20 | 112 | 74 | 75 |
| Binary | 10111010 | 11010111 | 1011111 | 1101 | 0 | 111000 | 10000 | 1001010 | 111100 | 111101 |
Color Harmonies of #BAD75F
Complementary color
Monochromatic Colors of #BAD75F
Black with #BAD75F
Text Example
Text Example
White with #BAD75F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD75F; }
p { color: rgb(186,215,95); }
H1.HeaderClassName
{
color: #BAD75F;
}
.AnyTagClassName
{
color: #BAD75F;
}
</style>
background-color css
<style>
a { background-color: #BAD75F; }
a { background-color: rgb(186,215,95); }
div.DivClassName
{
background-color: #BAD75F;
}
.BgClassName
{
background-color: #BAD75F;
}
</style>
border-color css
<style>
span { border-color: #BAD75F; }
span { border-color: rgb(186,215,95); }
td.TdClassName
{
border-color: #BAD75F;
}
.TagClassName
{
border-color: #BAD75F;
}
</style>