Shades of Wild Willow #B5C16D
Tints of Wild Willow #B5C16D
RGB
CMYK
RGB Variations
Color information
#B5C16D (or 0xB5C16D) is known color: Wild Willow. HEX triplet: B5, C1 and 6D. RGB value is (181,193,109). Sum of RGB (Red+Green+Blue) = 181+193+109=483 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.47% from 483); Green value is 193 (75.78% from 255 or 39.96% from 483); Blue value is 109 (42.97% from 255 or 22.57% from 483); Max value from RGB is 193 - color contains mainly: green. Hex color #B5C16D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5C16D is #4A3E92. Grayscale: #B4B4B4. Windows color (decimal): -4865683 or 7193013. OLE color: 7193013.
HSL color Cylindrical-coordinate representation of color #B5C16D: hue angle of 68.57º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B5C16D is Cyan = 0.06, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 193 | 109 | - |
| CMYK | 0.06 | 0 | 0.44 | 0.24 |
| HSL | 68.57º | 0.4% | 0.59% | - |
| HSV(B) | 68.57º | 0.44% | 0.76% | - |
| XYZ | 40.89 | 49.07 | 21.78 | - |
| YUV | 179.84 | 88.02 | 128.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 193 | 109 | 0.06 | 0 | 0.44 | 0.24 | 68.57 | 0.4 | 0.59 |
| Hex | B5 | C1 | 6D | 6 | 0 | 2C | 18 | 45 | 28 | 3B |
| Octal | 265 | 301 | 155 | 6 | 0 | 54 | 30 | 105 | 50 | 73 |
| Binary | 10110101 | 11000001 | 1101101 | 110 | 0 | 101100 | 11000 | 1000101 | 101000 | 111011 |
Color Harmonies of #B5C16D
Complementary color
Monochromatic Colors of #B5C16D
Black with #B5C16D
Text Example
Text Example
White with #B5C16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C16D; }
p { color: rgb(181,193,109); }
H1.HeaderClassName
{
color: #B5C16D;
}
.AnyTagClassName
{
color: #B5C16D;
}
</style>
background-color css
<style>
a { background-color: #B5C16D; }
a { background-color: rgb(181,193,109); }
div.DivClassName
{
background-color: #B5C16D;
}
.BgClassName
{
background-color: #B5C16D;
}
</style>
border-color css
<style>
span { border-color: #B5C16D; }
span { border-color: rgb(181,193,109); }
td.TdClassName
{
border-color: #B5C16D;
}
.TagClassName
{
border-color: #B5C16D;
}
</style>