Shades of Wild Willow #B5C065
Tints of Wild Willow #B5C065
RGB
CMYK
RGB Variations
Color information
#B5C065 (or 0xB5C065) is known color: Wild Willow. HEX triplet: B5, C0 and 65. RGB value is (181,192,101). Sum of RGB (Red+Green+Blue) = 181+192+101=474 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.19% from 474); Green value is 192 (75.39% from 255 or 40.51% from 474); Blue value is 101 (39.84% from 255 or 21.31% from 474); Max value from RGB is 192 - color contains mainly: green. Hex color #B5C065 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5C065 is #4A3F9A. Grayscale: #B2B2B2. Windows color (decimal): -4865947 or 6668469. OLE color: 6668469.
HSL color Cylindrical-coordinate representation of color #B5C065: hue angle of 67.25º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B5C065 is Cyan = 0.06, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 181 | 192 | 101 | - |
| CMYK | 0.06 | 0 | 0.47 | 0.25 |
| HSL | 67.25º | 0.42% | 0.57% | - |
| HSV(B) | 67.25º | 0.47% | 0.75% | - |
| XYZ | 40.25 | 48.46 | 19.54 | - |
| YUV | 178.34 | 84.36 | 129.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 192 | 101 | 0.06 | 0 | 0.47 | 0.25 | 67.25 | 0.42 | 0.57 |
| Hex | B5 | C0 | 65 | 6 | 0 | 2F | 19 | 43 | 2A | 39 |
| Octal | 265 | 300 | 145 | 6 | 0 | 57 | 31 | 103 | 52 | 71 |
| Binary | 10110101 | 11000000 | 1100101 | 110 | 0 | 101111 | 11001 | 1000011 | 101010 | 111001 |
Color Harmonies of #B5C065
Complementary color
Monochromatic Colors of #B5C065
Black with #B5C065
Text Example
Text Example
White with #B5C065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C065; }
p { color: rgb(181,192,101); }
H1.HeaderClassName
{
color: #B5C065;
}
.AnyTagClassName
{
color: #B5C065;
}
</style>
background-color css
<style>
a { background-color: #B5C065; }
a { background-color: rgb(181,192,101); }
div.DivClassName
{
background-color: #B5C065;
}
.BgClassName
{
background-color: #B5C065;
}
</style>
border-color css
<style>
span { border-color: #B5C065; }
span { border-color: rgb(181,192,101); }
td.TdClassName
{
border-color: #B5C065;
}
.TagClassName
{
border-color: #B5C065;
}
</style>