Shades of Wild Willow #BDC765
Tints of Wild Willow #BDC765
RGB
CMYK
RGB Variations
Color information
#BDC765 (or 0xBDC765) is known color: Wild Willow. HEX triplet: BD, C7 and 65. RGB value is (189,199,101). Sum of RGB (Red+Green+Blue) = 189+199+101=489 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.65% from 489); Green value is 199 (78.12% from 255 or 40.70% from 489); Blue value is 101 (39.84% from 255 or 20.65% from 489); Max value from RGB is 199 - color contains mainly: green. Hex color #BDC765 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC765 is #42389A. Grayscale: #B9B9B9. Windows color (decimal): -4339867 or 6670269. OLE color: 6670269.
HSL color Cylindrical-coordinate representation of color #BDC765: hue angle of 66.12º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BDC765 is Cyan = 0.05, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 199 | 101 | - |
| CMYK | 0.05 | 0 | 0.49 | 0.22 |
| HSL | 66.12º | 0.47% | 0.59% | - |
| HSV(B) | 66.12º | 0.49% | 0.78% | - |
| XYZ | 43.76 | 52.61 | 20.16 | - |
| YUV | 184.84 | 80.69 | 130.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 199 | 101 | 0.05 | 0 | 0.49 | 0.22 | 66.12 | 0.47 | 0.59 |
| Hex | BD | C7 | 65 | 5 | 0 | 31 | 16 | 42 | 2F | 3B |
| Octal | 275 | 307 | 145 | 5 | 0 | 61 | 26 | 102 | 57 | 73 |
| Binary | 10111101 | 11000111 | 1100101 | 101 | 0 | 110001 | 10110 | 1000010 | 101111 | 111011 |
Color Harmonies of #BDC765
Complementary color
Monochromatic Colors of #BDC765
Black with #BDC765
Text Example
Text Example
White with #BDC765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC765; }
p { color: rgb(189,199,101); }
H1.HeaderClassName
{
color: #BDC765;
}
.AnyTagClassName
{
color: #BDC765;
}
</style>
background-color css
<style>
a { background-color: #BDC765; }
a { background-color: rgb(189,199,101); }
div.DivClassName
{
background-color: #BDC765;
}
.BgClassName
{
background-color: #BDC765;
}
</style>
border-color css
<style>
span { border-color: #BDC765; }
span { border-color: rgb(189,199,101); }
td.TdClassName
{
border-color: #BDC765;
}
.TagClassName
{
border-color: #BDC765;
}
</style>