Shades of Wild Willow #B5C466
Tints of Wild Willow #B5C466
RGB
CMYK
RGB Variations
Color information
#B5C466 (or 0xB5C466) is known color: Wild Willow. HEX triplet: B5, C4 and 66. RGB value is (181,196,102). Sum of RGB (Red+Green+Blue) = 181+196+102=479 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.79% from 479); Green value is 196 (76.95% from 255 or 40.92% from 479); Blue value is 102 (40.23% from 255 or 21.29% from 479); Max value from RGB is 196 - color contains mainly: green. Hex color #B5C466 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5C466 is #4A3B99. Grayscale: #B5B5B5. Windows color (decimal): -4864922 or 6735029. OLE color: 6735029.
HSL color Cylindrical-coordinate representation of color #B5C466: hue angle of 69.57º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B5C466 is Cyan = 0.08, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 181 | 196 | 102 | - |
| CMYK | 0.08 | 0 | 0.48 | 0.23 |
| HSL | 69.57º | 0.44% | 0.58% | - |
| HSV(B) | 69.57º | 0.48% | 0.77% | - |
| XYZ | 41.19 | 50.26 | 20.1 | - |
| YUV | 180.8 | 83.53 | 128.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 196 | 102 | 0.08 | 0 | 0.48 | 0.23 | 69.57 | 0.44 | 0.58 |
| Hex | B5 | C4 | 66 | 8 | 0 | 30 | 17 | 46 | 2C | 3A |
| Octal | 265 | 304 | 146 | 10 | 0 | 60 | 27 | 106 | 54 | 72 |
| Binary | 10110101 | 11000100 | 1100110 | 1000 | 0 | 110000 | 10111 | 1000110 | 101100 | 111010 |
Color Harmonies of #B5C466
Complementary color
Monochromatic Colors of #B5C466
Black with #B5C466
Text Example
Text Example
White with #B5C466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C466; }
p { color: rgb(181,196,102); }
H1.HeaderClassName
{
color: #B5C466;
}
.AnyTagClassName
{
color: #B5C466;
}
</style>
background-color css
<style>
a { background-color: #B5C466; }
a { background-color: rgb(181,196,102); }
div.DivClassName
{
background-color: #B5C466;
}
.BgClassName
{
background-color: #B5C466;
}
</style>
border-color css
<style>
span { border-color: #B5C466; }
span { border-color: rgb(181,196,102); }
td.TdClassName
{
border-color: #B5C466;
}
.TagClassName
{
border-color: #B5C466;
}
</style>