Shades of Wild Willow #BDCA68
Tints of Wild Willow #BDCA68
RGB
CMYK
RGB Variations
Color information
#BDCA68 (or 0xBDCA68) is known color: Wild Willow. HEX triplet: BD, CA and 68. RGB value is (189,202,104). Sum of RGB (Red+Green+Blue) = 189+202+104=495 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.18% from 495); Green value is 202 (79.30% from 255 or 40.81% from 495); Blue value is 104 (41.02% from 255 or 21.01% from 495); Max value from RGB is 202 - color contains mainly: green. Hex color #BDCA68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDCA68 is #423597. Grayscale: #BBBBBB. Windows color (decimal): -4339096 or 6867645. OLE color: 6867645.
HSL color Cylindrical-coordinate representation of color #BDCA68: hue angle of 67.96º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BDCA68 is Cyan = 0.06, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 189 | 202 | 104 | - |
| CMYK | 0.06 | 0 | 0.49 | 0.21 |
| HSL | 67.96º | 0.48% | 0.6% | - |
| HSV(B) | 67.96º | 0.49% | 0.79% | - |
| XYZ | 44.61 | 54.06 | 21.18 | - |
| YUV | 186.94 | 81.19 | 129.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 202 | 104 | 0.06 | 0 | 0.49 | 0.21 | 67.96 | 0.48 | 0.6 |
| Hex | BD | CA | 68 | 6 | 0 | 31 | 15 | 44 | 30 | 3C |
| Octal | 275 | 312 | 150 | 6 | 0 | 61 | 25 | 104 | 60 | 74 |
| Binary | 10111101 | 11001010 | 1101000 | 110 | 0 | 110001 | 10101 | 1000100 | 110000 | 111100 |
Color Harmonies of #BDCA68
Complementary color
Monochromatic Colors of #BDCA68
Black with #BDCA68
Text Example
Text Example
White with #BDCA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCA68; }
p { color: rgb(189,202,104); }
H1.HeaderClassName
{
color: #BDCA68;
}
.AnyTagClassName
{
color: #BDCA68;
}
</style>
background-color css
<style>
a { background-color: #BDCA68; }
a { background-color: rgb(189,202,104); }
div.DivClassName
{
background-color: #BDCA68;
}
.BgClassName
{
background-color: #BDCA68;
}
</style>
border-color css
<style>
span { border-color: #BDCA68; }
span { border-color: rgb(189,202,104); }
td.TdClassName
{
border-color: #BDCA68;
}
.TagClassName
{
border-color: #BDCA68;
}
</style>