Shades of Wild Willow #B5C85E
Tints of Wild Willow #B5C85E
RGB
CMYK
RGB Variations
Color information
#B5C85E (or 0xB5C85E) is known color: Wild Willow. HEX triplet: B5, C8 and 5E. RGB value is (181,200,94). Sum of RGB (Red+Green+Blue) = 181+200+94=475 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.11% from 475); Green value is 200 (78.52% from 255 or 42.11% from 475); Blue value is 94 (37.11% from 255 or 19.79% from 475); Max value from RGB is 200 - color contains mainly: green. Hex color #B5C85E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5C85E is #4A37A1. Grayscale: #B6B6B6. Windows color (decimal): -4863906 or 6211765. OLE color: 6211765.
HSL color Cylindrical-coordinate representation of color #B5C85E: hue angle of 70.75º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B5C85E is Cyan = 0.09, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 181 | 200 | 94 | - |
| CMYK | 0.09 | 0 | 0.53 | 0.22 |
| HSL | 70.75º | 0.49% | 0.58% | - |
| HSV(B) | 70.75º | 0.53% | 0.78% | - |
| XYZ | 41.73 | 51.94 | 18.42 | - |
| YUV | 182.24 | 78.21 | 127.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 200 | 94 | 0.09 | 0 | 0.53 | 0.22 | 70.75 | 0.49 | 0.58 |
| Hex | B5 | C8 | 5E | 9 | 0 | 35 | 16 | 47 | 31 | 3A |
| Octal | 265 | 310 | 136 | 11 | 0 | 65 | 26 | 107 | 61 | 72 |
| Binary | 10110101 | 11001000 | 1011110 | 1001 | 0 | 110101 | 10110 | 1000111 | 110001 | 111010 |
Color Harmonies of #B5C85E
Complementary color
Monochromatic Colors of #B5C85E
Black with #B5C85E
Text Example
Text Example
White with #B5C85E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C85E; }
p { color: rgb(181,200,94); }
H1.HeaderClassName
{
color: #B5C85E;
}
.AnyTagClassName
{
color: #B5C85E;
}
</style>
background-color css
<style>
a { background-color: #B5C85E; }
a { background-color: rgb(181,200,94); }
div.DivClassName
{
background-color: #B5C85E;
}
.BgClassName
{
background-color: #B5C85E;
}
</style>
border-color css
<style>
span { border-color: #B5C85E; }
span { border-color: rgb(181,200,94); }
td.TdClassName
{
border-color: #B5C85E;
}
.TagClassName
{
border-color: #B5C85E;
}
</style>