Shades of Wild Willow #BAD270
Tints of Wild Willow #BAD270
RGB
CMYK
RGB Variations
Color information
#BAD270 (or 0xBAD270) is known color: Wild Willow. HEX triplet: BA, D2 and 70. RGB value is (186,210,112). Sum of RGB (Red+Green+Blue) = 186+210+112=508 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.61% from 508); Green value is 210 (82.42% from 255 or 41.34% from 508); Blue value is 112 (44.14% from 255 or 22.05% from 508); Max value from RGB is 210 - color contains mainly: green. Hex color #BAD270 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD270 is #452D8F. Grayscale: #C0C0C0. Windows color (decimal): -4533648 or 7393978. OLE color: 7393978.
HSL color Cylindrical-coordinate representation of color #BAD270: hue angle of 74.69º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BAD270 is Cyan = 0.11, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 210 | 112 | - |
| CMYK | 0.11 | 0 | 0.47 | 0.18 |
| HSL | 74.69º | 0.52% | 0.63% | - |
| HSV(B) | 74.69º | 0.47% | 0.82% | - |
| XYZ | 46.22 | 57.7 | 24.03 | - |
| YUV | 191.65 | 83.05 | 123.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 210 | 112 | 0.11 | 0 | 0.47 | 0.18 | 74.69 | 0.52 | 0.63 |
| Hex | BA | D2 | 70 | B | 0 | 2F | 12 | 4B | 34 | 3F |
| Octal | 272 | 322 | 160 | 13 | 0 | 57 | 22 | 113 | 64 | 77 |
| Binary | 10111010 | 11010010 | 1110000 | 1011 | 0 | 101111 | 10010 | 1001011 | 110100 | 111111 |
Color Harmonies of #BAD270
Complementary color
Monochromatic Colors of #BAD270
Black with #BAD270
Text Example
Text Example
White with #BAD270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD270; }
p { color: rgb(186,210,112); }
H1.HeaderClassName
{
color: #BAD270;
}
.AnyTagClassName
{
color: #BAD270;
}
</style>
background-color css
<style>
a { background-color: #BAD270; }
a { background-color: rgb(186,210,112); }
div.DivClassName
{
background-color: #BAD270;
}
.BgClassName
{
background-color: #BAD270;
}
</style>
border-color css
<style>
span { border-color: #BAD270; }
span { border-color: rgb(186,210,112); }
td.TdClassName
{
border-color: #BAD270;
}
.TagClassName
{
border-color: #BAD270;
}
</style>