Shades of Wild Willow #BDDA64
Tints of Wild Willow #BDDA64
RGB
CMYK
RGB Variations
Color information
#BDDA64 (or 0xBDDA64) is known color: Wild Willow. HEX triplet: BD, DA and 64. RGB value is (189,218,100). Sum of RGB (Red+Green+Blue) = 189+218+100=507 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.28% from 507); Green value is 218 (85.55% from 255 or 43.00% from 507); Blue value is 100 (39.45% from 255 or 19.72% from 507); Max value from RGB is 218 - color contains mainly: green. Hex color #BDDA64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDA64 is #42259B. Grayscale: #C4C4C4. Windows color (decimal): -4335004 or 6609597. OLE color: 6609597.
HSL color Cylindrical-coordinate representation of color #BDDA64: hue angle of 74.75º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BDDA64 is Cyan = 0.13, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 218 | 100 | - |
| CMYK | 0.13 | 0 | 0.54 | 0.15 |
| HSL | 74.75º | 0.61% | 0.62% | - |
| HSV(B) | 74.75º | 0.54% | 0.85% | - |
| XYZ | 48.36 | 61.88 | 21.45 | - |
| YUV | 195.88 | 73.89 | 123.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 218 | 100 | 0.13 | 0 | 0.54 | 0.15 | 74.75 | 0.61 | 0.62 |
| Hex | BD | DA | 64 | D | 0 | 36 | F | 4B | 3D | 3E |
| Octal | 275 | 332 | 144 | 15 | 0 | 66 | 17 | 113 | 75 | 76 |
| Binary | 10111101 | 11011010 | 1100100 | 1101 | 0 | 110110 | 1111 | 1001011 | 111101 | 111110 |
Color Harmonies of #BDDA64
Complementary color
Monochromatic Colors of #BDDA64
Black with #BDDA64
Text Example
Text Example
White with #BDDA64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDA64; }
p { color: rgb(189,218,100); }
H1.HeaderClassName
{
color: #BDDA64;
}
.AnyTagClassName
{
color: #BDDA64;
}
</style>
background-color css
<style>
a { background-color: #BDDA64; }
a { background-color: rgb(189,218,100); }
div.DivClassName
{
background-color: #BDDA64;
}
.BgClassName
{
background-color: #BDDA64;
}
</style>
border-color css
<style>
span { border-color: #BDDA64; }
span { border-color: rgb(189,218,100); }
td.TdClassName
{
border-color: #BDDA64;
}
.TagClassName
{
border-color: #BDDA64;
}
</style>