Shades of Wild Willow #BDC76E
Tints of Wild Willow #BDC76E
RGB
CMYK
RGB Variations
Color information
#BDC76E (or 0xBDC76E) is known color: Wild Willow. HEX triplet: BD, C7 and 6E. RGB value is (189,199,110). Sum of RGB (Red+Green+Blue) = 189+199+110=498 (65% of max value = 765). Red value is 189 (74.22% from 255 or 37.95% from 498); Green value is 199 (78.12% from 255 or 39.96% from 498); Blue value is 110 (43.36% from 255 or 22.09% from 498); Max value from RGB is 199 - color contains mainly: green. Hex color #BDC76E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC76E is #423891. Grayscale: #BABABA. Windows color (decimal): -4339858 or 7260093. OLE color: 7260093.
HSL color Cylindrical-coordinate representation of color #BDC76E: hue angle of 66.74º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BDC76E is Cyan = 0.05, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 199 | 110 | - |
| CMYK | 0.05 | 0 | 0.45 | 0.22 |
| HSL | 66.74º | 0.44% | 0.61% | - |
| HSV(B) | 66.74º | 0.45% | 0.78% | - |
| XYZ | 44.22 | 52.79 | 22.61 | - |
| YUV | 185.86 | 85.19 | 130.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 199 | 110 | 0.05 | 0 | 0.45 | 0.22 | 66.74 | 0.44 | 0.61 |
| Hex | BD | C7 | 6E | 5 | 0 | 2D | 16 | 43 | 2C | 3D |
| Octal | 275 | 307 | 156 | 5 | 0 | 55 | 26 | 103 | 54 | 75 |
| Binary | 10111101 | 11000111 | 1101110 | 101 | 0 | 101101 | 10110 | 1000011 | 101100 | 111101 |
Color Harmonies of #BDC76E
Complementary color
Monochromatic Colors of #BDC76E
Black with #BDC76E
Text Example
Text Example
White with #BDC76E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC76E; }
p { color: rgb(189,199,110); }
H1.HeaderClassName
{
color: #BDC76E;
}
.AnyTagClassName
{
color: #BDC76E;
}
</style>
background-color css
<style>
a { background-color: #BDC76E; }
a { background-color: rgb(189,199,110); }
div.DivClassName
{
background-color: #BDC76E;
}
.BgClassName
{
background-color: #BDC76E;
}
</style>
border-color css
<style>
span { border-color: #BDC76E; }
span { border-color: rgb(189,199,110); }
td.TdClassName
{
border-color: #BDC76E;
}
.TagClassName
{
border-color: #BDC76E;
}
</style>