Shades of Wild Willow #B5C15E
Tints of Wild Willow #B5C15E
RGB
CMYK
RGB Variations
Color information
#B5C15E (or 0xB5C15E) is known color: Wild Willow. HEX triplet: B5, C1 and 5E. RGB value is (181,193,94). Sum of RGB (Red+Green+Blue) = 181+193+94=468 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.68% from 468); Green value is 193 (75.78% from 255 or 41.24% from 468); Blue value is 94 (37.11% from 255 or 20.09% from 468); Max value from RGB is 193 - color contains mainly: green. Hex color #B5C15E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5C15E is #4A3EA1. Grayscale: #B2B2B2. Windows color (decimal): -4865698 or 6209973. OLE color: 6209973.
HSL color Cylindrical-coordinate representation of color #B5C15E: hue angle of 67.27º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B5C15E is Cyan = 0.06, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 193 | 94 | - |
| CMYK | 0.06 | 0 | 0.51 | 0.24 |
| HSL | 67.27º | 0.44% | 0.56% | - |
| HSV(B) | 67.27º | 0.51% | 0.76% | - |
| XYZ | 40.15 | 48.77 | 17.89 | - |
| YUV | 178.13 | 80.52 | 130.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 193 | 94 | 0.06 | 0 | 0.51 | 0.24 | 67.27 | 0.44 | 0.56 |
| Hex | B5 | C1 | 5E | 6 | 0 | 33 | 18 | 43 | 2C | 38 |
| Octal | 265 | 301 | 136 | 6 | 0 | 63 | 30 | 103 | 54 | 70 |
| Binary | 10110101 | 11000001 | 1011110 | 110 | 0 | 110011 | 11000 | 1000011 | 101100 | 111000 |
Color Harmonies of #B5C15E
Complementary color
Monochromatic Colors of #B5C15E
Black with #B5C15E
Text Example
Text Example
White with #B5C15E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C15E; }
p { color: rgb(181,193,94); }
H1.HeaderClassName
{
color: #B5C15E;
}
.AnyTagClassName
{
color: #B5C15E;
}
</style>
background-color css
<style>
a { background-color: #B5C15E; }
a { background-color: rgb(181,193,94); }
div.DivClassName
{
background-color: #B5C15E;
}
.BgClassName
{
background-color: #B5C15E;
}
</style>
border-color css
<style>
span { border-color: #B5C15E; }
span { border-color: rgb(181,193,94); }
td.TdClassName
{
border-color: #B5C15E;
}
.TagClassName
{
border-color: #B5C15E;
}
</style>