Shades of Wild Willow #BDD56A
Tints of Wild Willow #BDD56A
RGB
CMYK
RGB Variations
Color information
#BDD56A (or 0xBDD56A) is known color: Wild Willow. HEX triplet: BD, D5 and 6A. RGB value is (189,213,106). Sum of RGB (Red+Green+Blue) = 189+213+106=508 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.20% from 508); Green value is 213 (83.59% from 255 or 41.93% from 508); Blue value is 106 (41.80% from 255 or 20.87% from 508); Max value from RGB is 213 - color contains mainly: green. Hex color #BDD56A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD56A is #422A95. Grayscale: #C2C2C2. Windows color (decimal): -4336278 or 7001533. OLE color: 7001533.
HSL color Cylindrical-coordinate representation of color #BDD56A: hue angle of 73.46º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BDD56A is Cyan = 0.11, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 213 | 106 | - |
| CMYK | 0.11 | 0 | 0.50 | 0.16 |
| HSL | 73.46º | 0.56% | 0.63% | - |
| HSV(B) | 73.46º | 0.5% | 0.84% | - |
| XYZ | 47.38 | 59.45 | 22.61 | - |
| YUV | 193.63 | 78.55 | 124.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 213 | 106 | 0.11 | 0 | 0.50 | 0.16 | 73.46 | 0.56 | 0.63 |
| Hex | BD | D5 | 6A | B | 0 | 32 | 10 | 49 | 38 | 3F |
| Octal | 275 | 325 | 152 | 13 | 0 | 62 | 20 | 111 | 70 | 77 |
| Binary | 10111101 | 11010101 | 1101010 | 1011 | 0 | 110010 | 10000 | 1001001 | 111000 | 111111 |
Color Harmonies of #BDD56A
Complementary color
Monochromatic Colors of #BDD56A
Black with #BDD56A
Text Example
Text Example
White with #BDD56A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD56A; }
p { color: rgb(189,213,106); }
H1.HeaderClassName
{
color: #BDD56A;
}
.AnyTagClassName
{
color: #BDD56A;
}
</style>
background-color css
<style>
a { background-color: #BDD56A; }
a { background-color: rgb(189,213,106); }
div.DivClassName
{
background-color: #BDD56A;
}
.BgClassName
{
background-color: #BDD56A;
}
</style>
border-color css
<style>
span { border-color: #BDD56A; }
span { border-color: rgb(189,213,106); }
td.TdClassName
{
border-color: #BDD56A;
}
.TagClassName
{
border-color: #BDD56A;
}
</style>