Shades of Wild Willow #BDC367
Tints of Wild Willow #BDC367
RGB
CMYK
RGB Variations
Color information
#BDC367 (or 0xBDC367) is known color: Wild Willow. HEX triplet: BD, C3 and 67. RGB value is (189,195,103). Sum of RGB (Red+Green+Blue) = 189+195+103=487 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.81% from 487); Green value is 195 (76.56% from 255 or 40.04% from 487); Blue value is 103 (40.62% from 255 or 21.15% from 487); Max value from RGB is 195 - color contains mainly: green. Hex color #BDC367 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC367 is #423C98. Grayscale: #B7B7B7. Windows color (decimal): -4340889 or 6800317. OLE color: 6800317.
HSL color Cylindrical-coordinate representation of color #BDC367: hue angle of 63.91º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BDC367 is Cyan = 0.03, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 195 | 103 | - |
| CMYK | 0.03 | 0 | 0.47 | 0.24 |
| HSL | 63.91º | 0.43% | 0.58% | - |
| HSV(B) | 63.91º | 0.47% | 0.76% | - |
| XYZ | 42.95 | 50.83 | 20.38 | - |
| YUV | 182.72 | 83.01 | 132.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 195 | 103 | 0.03 | 0 | 0.47 | 0.24 | 63.91 | 0.43 | 0.58 |
| Hex | BD | C3 | 67 | 3 | 0 | 2F | 18 | 40 | 2B | 3A |
| Octal | 275 | 303 | 147 | 3 | 0 | 57 | 30 | 100 | 53 | 72 |
| Binary | 10111101 | 11000011 | 1100111 | 11 | 0 | 101111 | 11000 | 1000000 | 101011 | 111010 |
Color Harmonies of #BDC367
Complementary color
Monochromatic Colors of #BDC367
Black with #BDC367
Text Example
Text Example
White with #BDC367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC367; }
p { color: rgb(189,195,103); }
H1.HeaderClassName
{
color: #BDC367;
}
.AnyTagClassName
{
color: #BDC367;
}
</style>
background-color css
<style>
a { background-color: #BDC367; }
a { background-color: rgb(189,195,103); }
div.DivClassName
{
background-color: #BDC367;
}
.BgClassName
{
background-color: #BDC367;
}
</style>
border-color css
<style>
span { border-color: #BDC367; }
span { border-color: rgb(189,195,103); }
td.TdClassName
{
border-color: #BDC367;
}
.TagClassName
{
border-color: #BDC367;
}
</style>