Shades of Wild Willow #BDC96A
Tints of Wild Willow #BDC96A
RGB
CMYK
RGB Variations
Color information
#BDC96A (or 0xBDC96A) is known color: Wild Willow. HEX triplet: BD, C9 and 6A. RGB value is (189,201,106). Sum of RGB (Red+Green+Blue) = 189+201+106=496 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.10% from 496); Green value is 201 (78.91% from 255 or 40.52% from 496); Blue value is 106 (41.80% from 255 or 21.37% from 496); Max value from RGB is 201 - color contains mainly: green. Hex color #BDC96A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC96A is #423695. Grayscale: #BABABA. Windows color (decimal): -4339350 or 6998461. OLE color: 6998461.
HSL color Cylindrical-coordinate representation of color #BDC96A: hue angle of 67.58º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BDC96A is Cyan = 0.06, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 189 | 201 | 106 | - |
| CMYK | 0.06 | 0 | 0.47 | 0.21 |
| HSL | 67.58º | 0.47% | 0.6% | - |
| HSV(B) | 67.58º | 0.47% | 0.79% | - |
| XYZ | 44.47 | 53.63 | 21.64 | - |
| YUV | 186.58 | 82.52 | 129.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 201 | 106 | 0.06 | 0 | 0.47 | 0.21 | 67.58 | 0.47 | 0.6 |
| Hex | BD | C9 | 6A | 6 | 0 | 2F | 15 | 44 | 2F | 3C |
| Octal | 275 | 311 | 152 | 6 | 0 | 57 | 25 | 104 | 57 | 74 |
| Binary | 10111101 | 11001001 | 1101010 | 110 | 0 | 101111 | 10101 | 1000100 | 101111 | 111100 |
Color Harmonies of #BDC96A
Complementary color
Monochromatic Colors of #BDC96A
Black with #BDC96A
Text Example
Text Example
White with #BDC96A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC96A; }
p { color: rgb(189,201,106); }
H1.HeaderClassName
{
color: #BDC96A;
}
.AnyTagClassName
{
color: #BDC96A;
}
</style>
background-color css
<style>
a { background-color: #BDC96A; }
a { background-color: rgb(189,201,106); }
div.DivClassName
{
background-color: #BDC96A;
}
.BgClassName
{
background-color: #BDC96A;
}
</style>
border-color css
<style>
span { border-color: #BDC96A; }
span { border-color: rgb(189,201,106); }
td.TdClassName
{
border-color: #BDC96A;
}
.TagClassName
{
border-color: #BDC96A;
}
</style>