Shades of Wild Willow #BDCB6A
Tints of Wild Willow #BDCB6A
RGB
CMYK
RGB Variations
Color information
#BDCB6A (or 0xBDCB6A) is known color: Wild Willow. HEX triplet: BD, CB and 6A. RGB value is (189,203,106). Sum of RGB (Red+Green+Blue) = 189+203+106=498 (65% of max value = 765). Red value is 189 (74.22% from 255 or 37.95% from 498); Green value is 203 (79.69% from 255 or 40.76% from 498); Blue value is 106 (41.80% from 255 or 21.29% from 498); Max value from RGB is 203 - color contains mainly: green. Hex color #BDCB6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDCB6A is #423495. Grayscale: #BCBCBC. Windows color (decimal): -4338838 or 6998973. OLE color: 6998973.
HSL color Cylindrical-coordinate representation of color #BDCB6A: hue angle of 68.66º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BDCB6A is Cyan = 0.07, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 203 | 106 | - |
| CMYK | 0.07 | 0 | 0.48 | 0.20 |
| HSL | 68.66º | 0.48% | 0.61% | - |
| HSV(B) | 68.66º | 0.48% | 0.8% | - |
| XYZ | 44.94 | 54.57 | 21.8 | - |
| YUV | 187.76 | 81.86 | 128.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 203 | 106 | 0.07 | 0 | 0.48 | 0.20 | 68.66 | 0.48 | 0.61 |
| Hex | BD | CB | 6A | 7 | 0 | 30 | 14 | 45 | 30 | 3D |
| Octal | 275 | 313 | 152 | 7 | 0 | 60 | 24 | 105 | 60 | 75 |
| Binary | 10111101 | 11001011 | 1101010 | 111 | 0 | 110000 | 10100 | 1000101 | 110000 | 111101 |
Color Harmonies of #BDCB6A
Complementary color
Monochromatic Colors of #BDCB6A
Black with #BDCB6A
Text Example
Text Example
White with #BDCB6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCB6A; }
p { color: rgb(189,203,106); }
H1.HeaderClassName
{
color: #BDCB6A;
}
.AnyTagClassName
{
color: #BDCB6A;
}
</style>
background-color css
<style>
a { background-color: #BDCB6A; }
a { background-color: rgb(189,203,106); }
div.DivClassName
{
background-color: #BDCB6A;
}
.BgClassName
{
background-color: #BDCB6A;
}
</style>
border-color css
<style>
span { border-color: #BDCB6A; }
span { border-color: rgb(189,203,106); }
td.TdClassName
{
border-color: #BDCB6A;
}
.TagClassName
{
border-color: #BDCB6A;
}
</style>