Shades of Wild Willow #B5C665
Tints of Wild Willow #B5C665
RGB
CMYK
RGB Variations
Color information
#B5C665 (or 0xB5C665) is known color: Wild Willow. HEX triplet: B5, C6 and 65. RGB value is (181,198,101). Sum of RGB (Red+Green+Blue) = 181+198+101=480 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.71% from 480); Green value is 198 (77.73% from 255 or 41.25% from 480); Blue value is 101 (39.84% from 255 or 21.04% from 480); Max value from RGB is 198 - color contains mainly: green. Hex color #B5C665 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5C665 is #4A399A. Grayscale: #B6B6B6. Windows color (decimal): -4864411 or 6670005. OLE color: 6670005.
HSL color Cylindrical-coordinate representation of color #B5C665: hue angle of 70.52º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B5C665 is Cyan = 0.09, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 181 | 198 | 101 | - |
| CMYK | 0.09 | 0 | 0.49 | 0.22 |
| HSL | 70.52º | 0.46% | 0.59% | - |
| HSV(B) | 70.52º | 0.49% | 0.78% | - |
| XYZ | 41.6 | 51.15 | 19.99 | - |
| YUV | 181.86 | 82.37 | 127.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 198 | 101 | 0.09 | 0 | 0.49 | 0.22 | 70.52 | 0.46 | 0.59 |
| Hex | B5 | C6 | 65 | 9 | 0 | 31 | 16 | 47 | 2E | 3B |
| Octal | 265 | 306 | 145 | 11 | 0 | 61 | 26 | 107 | 56 | 73 |
| Binary | 10110101 | 11000110 | 1100101 | 1001 | 0 | 110001 | 10110 | 1000111 | 101110 | 111011 |
Color Harmonies of #B5C665
Complementary color
Monochromatic Colors of #B5C665
Black with #B5C665
Text Example
Text Example
White with #B5C665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C665; }
p { color: rgb(181,198,101); }
H1.HeaderClassName
{
color: #B5C665;
}
.AnyTagClassName
{
color: #B5C665;
}
</style>
background-color css
<style>
a { background-color: #B5C665; }
a { background-color: rgb(181,198,101); }
div.DivClassName
{
background-color: #B5C665;
}
.BgClassName
{
background-color: #B5C665;
}
</style>
border-color css
<style>
span { border-color: #B5C665; }
span { border-color: rgb(181,198,101); }
td.TdClassName
{
border-color: #B5C665;
}
.TagClassName
{
border-color: #B5C665;
}
</style>