Shades of Wild Willow #BDCB62
Tints of Wild Willow #BDCB62
RGB
CMYK
RGB Variations
Color information
#BDCB62 (or 0xBDCB62) is known color: Wild Willow. HEX triplet: BD, CB and 62. RGB value is (189,203,98). Sum of RGB (Red+Green+Blue) = 189+203+98=490 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.57% from 490); Green value is 203 (79.69% from 255 or 41.43% from 490); Blue value is 98 (38.67% from 255 or 20% from 490); Max value from RGB is 203 - color contains mainly: green. Hex color #BDCB62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDCB62 is #42349D. Grayscale: #BBBBBB. Windows color (decimal): -4338846 or 6474685. OLE color: 6474685.
HSL color Cylindrical-coordinate representation of color #BDCB62: hue angle of 68º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BDCB62 is Cyan = 0.07, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 203 | 98 | - |
| CMYK | 0.07 | 0 | 0.52 | 0.20 |
| HSL | 68º | 0.5% | 0.59% | - |
| HSV(B) | 68º | 0.52% | 0.8% | - |
| XYZ | 44.55 | 54.41 | 19.71 | - |
| YUV | 186.84 | 77.86 | 129.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 203 | 98 | 0.07 | 0 | 0.52 | 0.20 | 68 | 0.5 | 0.59 |
| Hex | BD | CB | 62 | 7 | 0 | 34 | 14 | 44 | 32 | 3B |
| Octal | 275 | 313 | 142 | 7 | 0 | 64 | 24 | 104 | 62 | 73 |
| Binary | 10111101 | 11001011 | 1100010 | 111 | 0 | 110100 | 10100 | 1000100 | 110010 | 111011 |
Color Harmonies of #BDCB62
Complementary color
Monochromatic Colors of #BDCB62
Black with #BDCB62
Text Example
Text Example
White with #BDCB62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCB62; }
p { color: rgb(189,203,98); }
H1.HeaderClassName
{
color: #BDCB62;
}
.AnyTagClassName
{
color: #BDCB62;
}
</style>
background-color css
<style>
a { background-color: #BDCB62; }
a { background-color: rgb(189,203,98); }
div.DivClassName
{
background-color: #BDCB62;
}
.BgClassName
{
background-color: #BDCB62;
}
</style>
border-color css
<style>
span { border-color: #BDCB62; }
span { border-color: rgb(189,203,98); }
td.TdClassName
{
border-color: #BDCB62;
}
.TagClassName
{
border-color: #BDCB62;
}
</style>