Shades of Wild Willow #BDC45C
Tints of Wild Willow #BDC45C
RGB
CMYK
RGB Variations
Color information
#BDC45C (or 0xBDC45C) is known color: Wild Willow. HEX triplet: BD, C4 and 5C. RGB value is (189,196,92). Sum of RGB (Red+Green+Blue) = 189+196+92=477 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.62% from 477); Green value is 196 (76.95% from 255 or 41.09% from 477); Blue value is 92 (36.33% from 255 or 19.29% from 477); Max value from RGB is 196 - color contains mainly: green. Hex color #BDC45C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC45C is #423BA3. Grayscale: #B6B6B6. Windows color (decimal): -4340644 or 6079677. OLE color: 6079677.
HSL color Cylindrical-coordinate representation of color #BDC45C: hue angle of 64.04º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BDC45C is Cyan = 0.04, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 189 | 196 | 92 | - |
| CMYK | 0.04 | 0 | 0.53 | 0.23 |
| HSL | 64.04º | 0.47% | 0.56% | - |
| HSV(B) | 64.04º | 0.53% | 0.77% | - |
| XYZ | 42.66 | 51.07 | 17.73 | - |
| YUV | 182.05 | 77.18 | 132.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 196 | 92 | 0.04 | 0 | 0.53 | 0.23 | 64.04 | 0.47 | 0.56 |
| Hex | BD | C4 | 5C | 4 | 0 | 35 | 17 | 40 | 2F | 38 |
| Octal | 275 | 304 | 134 | 4 | 0 | 65 | 27 | 100 | 57 | 70 |
| Binary | 10111101 | 11000100 | 1011100 | 100 | 0 | 110101 | 10111 | 1000000 | 101111 | 111000 |
Color Harmonies of #BDC45C
Complementary color
Monochromatic Colors of #BDC45C
Black with #BDC45C
Text Example
Text Example
White with #BDC45C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC45C; }
p { color: rgb(189,196,92); }
H1.HeaderClassName
{
color: #BDC45C;
}
.AnyTagClassName
{
color: #BDC45C;
}
</style>
background-color css
<style>
a { background-color: #BDC45C; }
a { background-color: rgb(189,196,92); }
div.DivClassName
{
background-color: #BDC45C;
}
.BgClassName
{
background-color: #BDC45C;
}
</style>
border-color css
<style>
span { border-color: #BDC45C; }
span { border-color: rgb(189,196,92); }
td.TdClassName
{
border-color: #BDC45C;
}
.TagClassName
{
border-color: #BDC45C;
}
</style>