Shades of Wild Willow #BDCC65
Tints of Wild Willow #BDCC65
RGB
CMYK
RGB Variations
Color information
#BDCC65 (or 0xBDCC65) is known color: Wild Willow. HEX triplet: BD, CC and 65. RGB value is (189,204,101). Sum of RGB (Red+Green+Blue) = 189+204+101=494 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.26% from 494); Green value is 204 (80.08% from 255 or 41.30% from 494); Blue value is 101 (39.84% from 255 or 20.45% from 494); Max value from RGB is 204 - color contains mainly: green. Hex color #BDCC65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDCC65 is #42339A. Grayscale: #BCBCBC. Windows color (decimal): -4338587 or 6671549. OLE color: 6671549.
HSL color Cylindrical-coordinate representation of color #BDCC65: hue angle of 68.74º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BDCC65 is Cyan = 0.07, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 189 | 204 | 101 | - |
| CMYK | 0.07 | 0 | 0.50 | 0.2 |
| HSL | 68.74º | 0.5% | 0.6% | - |
| HSV(B) | 68.74º | 0.5% | 0.8% | - |
| XYZ | 44.93 | 54.94 | 20.55 | - |
| YUV | 187.77 | 79.03 | 128.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 204 | 101 | 0.07 | 0 | 0.50 | 0.2 | 68.74 | 0.5 | 0.6 |
| Hex | BD | CC | 65 | 7 | 0 | 32 | 14 | 45 | 32 | 3C |
| Octal | 275 | 314 | 145 | 7 | 0 | 62 | 24 | 105 | 62 | 74 |
| Binary | 10111101 | 11001100 | 1100101 | 111 | 0 | 110010 | 10100 | 1000101 | 110010 | 111100 |
Color Harmonies of #BDCC65
Complementary color
Monochromatic Colors of #BDCC65
Black with #BDCC65
Text Example
Text Example
White with #BDCC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCC65; }
p { color: rgb(189,204,101); }
H1.HeaderClassName
{
color: #BDCC65;
}
.AnyTagClassName
{
color: #BDCC65;
}
</style>
background-color css
<style>
a { background-color: #BDCC65; }
a { background-color: rgb(189,204,101); }
div.DivClassName
{
background-color: #BDCC65;
}
.BgClassName
{
background-color: #BDCC65;
}
</style>
border-color css
<style>
span { border-color: #BDCC65; }
span { border-color: rgb(189,204,101); }
td.TdClassName
{
border-color: #BDCC65;
}
.TagClassName
{
border-color: #BDCC65;
}
</style>