Shades of Wild Willow #B5C361
Tints of Wild Willow #B5C361
RGB
CMYK
RGB Variations
Color information
#B5C361 (or 0xB5C361) is known color: Wild Willow. HEX triplet: B5, C3 and 61. RGB value is (181,195,97). Sum of RGB (Red+Green+Blue) = 181+195+97=473 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.27% from 473); Green value is 195 (76.56% from 255 or 41.23% from 473); Blue value is 97 (38.28% from 255 or 20.51% from 473); Max value from RGB is 195 - color contains mainly: green. Hex color #B5C361 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5C361 is #4A3C9E. Grayscale: #B4B4B4. Windows color (decimal): -4865183 or 6407093. OLE color: 6407093.
HSL color Cylindrical-coordinate representation of color #B5C361: hue angle of 68.57º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B5C361 is Cyan = 0.07, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 195 | 97 | - |
| CMYK | 0.07 | 0 | 0.50 | 0.24 |
| HSL | 68.57º | 0.45% | 0.57% | - |
| HSV(B) | 68.57º | 0.5% | 0.76% | - |
| XYZ | 40.73 | 49.72 | 18.76 | - |
| YUV | 179.64 | 81.36 | 128.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 195 | 97 | 0.07 | 0 | 0.50 | 0.24 | 68.57 | 0.45 | 0.57 |
| Hex | B5 | C3 | 61 | 7 | 0 | 32 | 18 | 45 | 2D | 39 |
| Octal | 265 | 303 | 141 | 7 | 0 | 62 | 30 | 105 | 55 | 71 |
| Binary | 10110101 | 11000011 | 1100001 | 111 | 0 | 110010 | 11000 | 1000101 | 101101 | 111001 |
Color Harmonies of #B5C361
Complementary color
Monochromatic Colors of #B5C361
Black with #B5C361
Text Example
Text Example
White with #B5C361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C361; }
p { color: rgb(181,195,97); }
H1.HeaderClassName
{
color: #B5C361;
}
.AnyTagClassName
{
color: #B5C361;
}
</style>
background-color css
<style>
a { background-color: #B5C361; }
a { background-color: rgb(181,195,97); }
div.DivClassName
{
background-color: #B5C361;
}
.BgClassName
{
background-color: #B5C361;
}
</style>
border-color css
<style>
span { border-color: #B5C361; }
span { border-color: rgb(181,195,97); }
td.TdClassName
{
border-color: #B5C361;
}
.TagClassName
{
border-color: #B5C361;
}
</style>