Shades of Wild Willow #BDC754
Tints of Wild Willow #BDC754
RGB
CMYK
RGB Variations
Color information
#BDC754 (or 0xBDC754) is known color: Wild Willow. HEX triplet: BD, C7 and 54. RGB value is (189,199,84). Sum of RGB (Red+Green+Blue) = 189+199+84=472 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.04% from 472); Green value is 199 (78.12% from 255 or 42.16% from 472); Blue value is 84 (33.20% from 255 or 17.80% from 472); Max value from RGB is 199 - color contains mainly: green. Hex color #BDC754 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC754 is #4238AB. Grayscale: #B7B7B7. Windows color (decimal): -4339884 or 5556157. OLE color: 5556157.
HSL color Cylindrical-coordinate representation of color #BDC754: hue angle of 65.22º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BDC754 is Cyan = 0.05, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 199 | 84 | - |
| CMYK | 0.05 | 0 | 0.58 | 0.22 |
| HSL | 65.22º | 0.51% | 0.55% | - |
| HSV(B) | 65.22º | 0.58% | 0.78% | - |
| XYZ | 43.01 | 52.31 | 16.22 | - |
| YUV | 182.9 | 72.19 | 132.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 199 | 84 | 0.05 | 0 | 0.58 | 0.22 | 65.22 | 0.51 | 0.55 |
| Hex | BD | C7 | 54 | 5 | 0 | 3A | 16 | 41 | 33 | 37 |
| Octal | 275 | 307 | 124 | 5 | 0 | 72 | 26 | 101 | 63 | 67 |
| Binary | 10111101 | 11000111 | 1010100 | 101 | 0 | 111010 | 10110 | 1000001 | 110011 | 110111 |
Color Harmonies of #BDC754
Complementary color
Monochromatic Colors of #BDC754
Black with #BDC754
Text Example
Text Example
White with #BDC754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC754; }
p { color: rgb(189,199,84); }
H1.HeaderClassName
{
color: #BDC754;
}
.AnyTagClassName
{
color: #BDC754;
}
</style>
background-color css
<style>
a { background-color: #BDC754; }
a { background-color: rgb(189,199,84); }
div.DivClassName
{
background-color: #BDC754;
}
.BgClassName
{
background-color: #BDC754;
}
</style>
border-color css
<style>
span { border-color: #BDC754; }
span { border-color: rgb(189,199,84); }
td.TdClassName
{
border-color: #BDC754;
}
.TagClassName
{
border-color: #BDC754;
}
</style>