Shades of Wild Willow #BDCF55
Tints of Wild Willow #BDCF55
RGB
CMYK
RGB Variations
Color information
#BDCF55 (or 0xBDCF55) is known color: Wild Willow. HEX triplet: BD, CF and 55. RGB value is (189,207,85). Sum of RGB (Red+Green+Blue) = 189+207+85=481 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.29% from 481); Green value is 207 (81.25% from 255 or 43.04% from 481); Blue value is 85 (33.59% from 255 or 17.67% from 481); Max value from RGB is 207 - color contains mainly: green. Hex color #BDCF55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDCF55 is #4230AA. Grayscale: #BCBCBC. Windows color (decimal): -4337835 or 5623741. OLE color: 5623741.
HSL color Cylindrical-coordinate representation of color #BDCF55: hue angle of 68.85º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BDCF55 is Cyan = 0.09, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 207 | 85 | - |
| CMYK | 0.09 | 0 | 0.59 | 0.19 |
| HSL | 68.85º | 0.56% | 0.57% | - |
| HSV(B) | 68.85º | 0.59% | 0.81% | - |
| XYZ | 44.94 | 56.1 | 17.05 | - |
| YUV | 187.71 | 70.04 | 128.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 207 | 85 | 0.09 | 0 | 0.59 | 0.19 | 68.85 | 0.56 | 0.57 |
| Hex | BD | CF | 55 | 9 | 0 | 3B | 13 | 45 | 38 | 39 |
| Octal | 275 | 317 | 125 | 11 | 0 | 73 | 23 | 105 | 70 | 71 |
| Binary | 10111101 | 11001111 | 1010101 | 1001 | 0 | 111011 | 10011 | 1000101 | 111000 | 111001 |
Color Harmonies of #BDCF55
Complementary color
Monochromatic Colors of #BDCF55
Black with #BDCF55
Text Example
Text Example
White with #BDCF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCF55; }
p { color: rgb(189,207,85); }
H1.HeaderClassName
{
color: #BDCF55;
}
.AnyTagClassName
{
color: #BDCF55;
}
</style>
background-color css
<style>
a { background-color: #BDCF55; }
a { background-color: rgb(189,207,85); }
div.DivClassName
{
background-color: #BDCF55;
}
.BgClassName
{
background-color: #BDCF55;
}
</style>
border-color css
<style>
span { border-color: #BDCF55; }
span { border-color: rgb(189,207,85); }
td.TdClassName
{
border-color: #BDCF55;
}
.TagClassName
{
border-color: #BDCF55;
}
</style>