Shades of Wild Willow #B5C165
Tints of Wild Willow #B5C165
RGB
CMYK
RGB Variations
Color information
#B5C165 (or 0xB5C165) is known color: Wild Willow. HEX triplet: B5, C1 and 65. RGB value is (181,193,101). Sum of RGB (Red+Green+Blue) = 181+193+101=475 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.11% from 475); Green value is 193 (75.78% from 255 or 40.63% from 475); Blue value is 101 (39.84% from 255 or 21.26% from 475); Max value from RGB is 193 - color contains mainly: green. Hex color #B5C165 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5C165 is #4A3E9A. Grayscale: #B3B3B3. Windows color (decimal): -4865691 or 6668725. OLE color: 6668725.
HSL color Cylindrical-coordinate representation of color #B5C165: hue angle of 67.83º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B5C165 is Cyan = 0.06, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 193 | 101 | - |
| CMYK | 0.06 | 0 | 0.48 | 0.24 |
| HSL | 67.83º | 0.43% | 0.58% | - |
| HSV(B) | 67.83º | 0.48% | 0.76% | - |
| XYZ | 40.47 | 48.9 | 19.62 | - |
| YUV | 178.92 | 84.02 | 129.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 193 | 101 | 0.06 | 0 | 0.48 | 0.24 | 67.83 | 0.43 | 0.58 |
| Hex | B5 | C1 | 65 | 6 | 0 | 30 | 18 | 44 | 2B | 3A |
| Octal | 265 | 301 | 145 | 6 | 0 | 60 | 30 | 104 | 53 | 72 |
| Binary | 10110101 | 11000001 | 1100101 | 110 | 0 | 110000 | 11000 | 1000100 | 101011 | 111010 |
Color Harmonies of #B5C165
Complementary color
Monochromatic Colors of #B5C165
Black with #B5C165
Text Example
Text Example
White with #B5C165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C165; }
p { color: rgb(181,193,101); }
H1.HeaderClassName
{
color: #B5C165;
}
.AnyTagClassName
{
color: #B5C165;
}
</style>
background-color css
<style>
a { background-color: #B5C165; }
a { background-color: rgb(181,193,101); }
div.DivClassName
{
background-color: #B5C165;
}
.BgClassName
{
background-color: #B5C165;
}
</style>
border-color css
<style>
span { border-color: #B5C165; }
span { border-color: rgb(181,193,101); }
td.TdClassName
{
border-color: #B5C165;
}
.TagClassName
{
border-color: #B5C165;
}
</style>