Shades of Wild Willow #BDC45A
Tints of Wild Willow #BDC45A
RGB
CMYK
RGB Variations
Color information
#BDC45A (or 0xBDC45A) is known color: Wild Willow. HEX triplet: BD, C4 and 5A. RGB value is (189,196,90). Sum of RGB (Red+Green+Blue) = 189+196+90=475 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.79% from 475); Green value is 196 (76.95% from 255 or 41.26% from 475); Blue value is 90 (35.55% from 255 or 18.95% from 475); Max value from RGB is 196 - color contains mainly: green. Hex color #BDC45A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC45A is #423BA5. Grayscale: #B6B6B6. Windows color (decimal): -4340646 or 5948605. OLE color: 5948605.
HSL color Cylindrical-coordinate representation of color #BDC45A: hue angle of 63.96º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BDC45A is Cyan = 0.04, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 189 | 196 | 90 | - |
| CMYK | 0.04 | 0 | 0.54 | 0.23 |
| HSL | 63.96º | 0.47% | 0.56% | - |
| HSV(B) | 63.96º | 0.54% | 0.77% | - |
| XYZ | 42.57 | 51.04 | 17.28 | - |
| YUV | 181.82 | 76.18 | 133.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 196 | 90 | 0.04 | 0 | 0.54 | 0.23 | 63.96 | 0.47 | 0.56 |
| Hex | BD | C4 | 5A | 4 | 0 | 36 | 17 | 40 | 2F | 38 |
| Octal | 275 | 304 | 132 | 4 | 0 | 66 | 27 | 100 | 57 | 70 |
| Binary | 10111101 | 11000100 | 1011010 | 100 | 0 | 110110 | 10111 | 1000000 | 101111 | 111000 |
Color Harmonies of #BDC45A
Complementary color
Monochromatic Colors of #BDC45A
Black with #BDC45A
Text Example
Text Example
White with #BDC45A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC45A; }
p { color: rgb(189,196,90); }
H1.HeaderClassName
{
color: #BDC45A;
}
.AnyTagClassName
{
color: #BDC45A;
}
</style>
background-color css
<style>
a { background-color: #BDC45A; }
a { background-color: rgb(189,196,90); }
div.DivClassName
{
background-color: #BDC45A;
}
.BgClassName
{
background-color: #BDC45A;
}
</style>
border-color css
<style>
span { border-color: #BDC45A; }
span { border-color: rgb(189,196,90); }
td.TdClassName
{
border-color: #BDC45A;
}
.TagClassName
{
border-color: #BDC45A;
}
</style>