Shades of Wild Willow #BDC55A
Tints of Wild Willow #BDC55A
RGB
CMYK
RGB Variations
Color information
#BDC55A (or 0xBDC55A) is known color: Wild Willow. HEX triplet: BD, C5 and 5A. RGB value is (189,197,90). Sum of RGB (Red+Green+Blue) = 189+197+90=476 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.71% from 476); Green value is 197 (77.34% from 255 or 41.39% from 476); Blue value is 90 (35.55% from 255 or 18.91% from 476); Max value from RGB is 197 - color contains mainly: green. Hex color #BDC55A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC55A is #423AA5. Grayscale: #B6B6B6. Windows color (decimal): -4340390 or 5948861. OLE color: 5948861.
HSL color Cylindrical-coordinate representation of color #BDC55A: hue angle of 64.49º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BDC55A is Cyan = 0.04, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 189 | 197 | 90 | - |
| CMYK | 0.04 | 0 | 0.54 | 0.23 |
| HSL | 64.49º | 0.48% | 0.56% | - |
| HSV(B) | 64.49º | 0.54% | 0.77% | - |
| XYZ | 42.8 | 51.49 | 17.36 | - |
| YUV | 182.41 | 75.85 | 132.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 197 | 90 | 0.04 | 0 | 0.54 | 0.23 | 64.49 | 0.48 | 0.56 |
| Hex | BD | C5 | 5A | 4 | 0 | 36 | 17 | 40 | 30 | 38 |
| Octal | 275 | 305 | 132 | 4 | 0 | 66 | 27 | 100 | 60 | 70 |
| Binary | 10111101 | 11000101 | 1011010 | 100 | 0 | 110110 | 10111 | 1000000 | 110000 | 111000 |
Color Harmonies of #BDC55A
Complementary color
Monochromatic Colors of #BDC55A
Black with #BDC55A
Text Example
Text Example
White with #BDC55A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC55A; }
p { color: rgb(189,197,90); }
H1.HeaderClassName
{
color: #BDC55A;
}
.AnyTagClassName
{
color: #BDC55A;
}
</style>
background-color css
<style>
a { background-color: #BDC55A; }
a { background-color: rgb(189,197,90); }
div.DivClassName
{
background-color: #BDC55A;
}
.BgClassName
{
background-color: #BDC55A;
}
</style>
border-color css
<style>
span { border-color: #BDC55A; }
span { border-color: rgb(189,197,90); }
td.TdClassName
{
border-color: #BDC55A;
}
.TagClassName
{
border-color: #BDC55A;
}
</style>