Shades of Wild Willow #BDCC6E
Tints of Wild Willow #BDCC6E
RGB
CMYK
RGB Variations
Color information
#BDCC6E (or 0xBDCC6E) is known color: Wild Willow. HEX triplet: BD, CC and 6E. RGB value is (189,204,110). Sum of RGB (Red+Green+Blue) = 189+204+110=503 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.57% from 503); Green value is 204 (80.08% from 255 or 40.56% from 503); Blue value is 110 (43.36% from 255 or 21.87% from 503); Max value from RGB is 204 - color contains mainly: green. Hex color #BDCC6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDCC6E is #423391. Grayscale: #BDBDBD. Windows color (decimal): -4338578 or 7261373. OLE color: 7261373.
HSL color Cylindrical-coordinate representation of color #BDCC6E: hue angle of 69.57º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BDCC6E is Cyan = 0.07, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 189 | 204 | 110 | - |
| CMYK | 0.07 | 0 | 0.46 | 0.2 |
| HSL | 69.57º | 0.48% | 0.62% | - |
| HSV(B) | 69.57º | 0.46% | 0.8% | - |
| XYZ | 45.39 | 55.13 | 23 | - |
| YUV | 188.8 | 83.53 | 128.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 204 | 110 | 0.07 | 0 | 0.46 | 0.2 | 69.57 | 0.48 | 0.62 |
| Hex | BD | CC | 6E | 7 | 0 | 2E | 14 | 46 | 30 | 3E |
| Octal | 275 | 314 | 156 | 7 | 0 | 56 | 24 | 106 | 60 | 76 |
| Binary | 10111101 | 11001100 | 1101110 | 111 | 0 | 101110 | 10100 | 1000110 | 110000 | 111110 |
Color Harmonies of #BDCC6E
Complementary color
Monochromatic Colors of #BDCC6E
Black with #BDCC6E
Text Example
Text Example
White with #BDCC6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCC6E; }
p { color: rgb(189,204,110); }
H1.HeaderClassName
{
color: #BDCC6E;
}
.AnyTagClassName
{
color: #BDCC6E;
}
</style>
background-color css
<style>
a { background-color: #BDCC6E; }
a { background-color: rgb(189,204,110); }
div.DivClassName
{
background-color: #BDCC6E;
}
.BgClassName
{
background-color: #BDCC6E;
}
</style>
border-color css
<style>
span { border-color: #BDCC6E; }
span { border-color: rgb(189,204,110); }
td.TdClassName
{
border-color: #BDCC6E;
}
.TagClassName
{
border-color: #BDCC6E;
}
</style>