Shades of Wild Willow #BDDA60
Tints of Wild Willow #BDDA60
RGB
CMYK
RGB Variations
Color information
#BDDA60 (or 0xBDDA60) is known color: Wild Willow. HEX triplet: BD, DA and 60. RGB value is (189,218,96). Sum of RGB (Red+Green+Blue) = 189+218+96=503 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.57% from 503); Green value is 218 (85.55% from 255 or 43.34% from 503); Blue value is 96 (37.89% from 255 or 19.09% from 503); Max value from RGB is 218 - color contains mainly: green. Hex color #BDDA60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDA60 is #42259F. Grayscale: #C3C3C3. Windows color (decimal): -4335008 or 6347453. OLE color: 6347453.
HSL color Cylindrical-coordinate representation of color #BDDA60: hue angle of 74.26º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BDDA60 is Cyan = 0.13, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 218 | 96 | - |
| CMYK | 0.13 | 0 | 0.56 | 0.15 |
| HSL | 74.26º | 0.62% | 0.62% | - |
| HSV(B) | 74.26º | 0.56% | 0.85% | - |
| XYZ | 48.17 | 61.81 | 20.46 | - |
| YUV | 195.42 | 71.89 | 123.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 218 | 96 | 0.13 | 0 | 0.56 | 0.15 | 74.26 | 0.62 | 0.62 |
| Hex | BD | DA | 60 | D | 0 | 38 | F | 4A | 3E | 3E |
| Octal | 275 | 332 | 140 | 15 | 0 | 70 | 17 | 112 | 76 | 76 |
| Binary | 10111101 | 11011010 | 1100000 | 1101 | 0 | 111000 | 1111 | 1001010 | 111110 | 111110 |
Color Harmonies of #BDDA60
Complementary color
Monochromatic Colors of #BDDA60
Black with #BDDA60
Text Example
Text Example
White with #BDDA60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDA60; }
p { color: rgb(189,218,96); }
H1.HeaderClassName
{
color: #BDDA60;
}
.AnyTagClassName
{
color: #BDDA60;
}
</style>
background-color css
<style>
a { background-color: #BDDA60; }
a { background-color: rgb(189,218,96); }
div.DivClassName
{
background-color: #BDDA60;
}
.BgClassName
{
background-color: #BDDA60;
}
</style>
border-color css
<style>
span { border-color: #BDDA60; }
span { border-color: rgb(189,218,96); }
td.TdClassName
{
border-color: #BDDA60;
}
.TagClassName
{
border-color: #BDDA60;
}
</style>