Shades of Wild Willow #B5C56F
Tints of Wild Willow #B5C56F
RGB
CMYK
RGB Variations
Color information
#B5C56F (or 0xB5C56F) is known color: Wild Willow. HEX triplet: B5, C5 and 6F. RGB value is (181,197,111). Sum of RGB (Red+Green+Blue) = 181+197+111=489 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.01% from 489); Green value is 197 (77.34% from 255 or 40.29% from 489); Blue value is 111 (43.75% from 255 or 22.70% from 489); Max value from RGB is 197 - color contains mainly: green. Hex color #B5C56F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5C56F is #4A3A90. Grayscale: #B6B6B6. Windows color (decimal): -4864657 or 7325109. OLE color: 7325109.
HSL color Cylindrical-coordinate representation of color #B5C56F: hue angle of 71.16º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B5C56F is Cyan = 0.08, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 181 | 197 | 111 | - |
| CMYK | 0.08 | 0 | 0.44 | 0.23 |
| HSL | 71.16º | 0.43% | 0.6% | - |
| HSV(B) | 71.16º | 0.44% | 0.77% | - |
| XYZ | 41.89 | 50.9 | 22.66 | - |
| YUV | 182.41 | 87.7 | 126.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 197 | 111 | 0.08 | 0 | 0.44 | 0.23 | 71.16 | 0.43 | 0.6 |
| Hex | B5 | C5 | 6F | 8 | 0 | 2C | 17 | 47 | 2B | 3C |
| Octal | 265 | 305 | 157 | 10 | 0 | 54 | 27 | 107 | 53 | 74 |
| Binary | 10110101 | 11000101 | 1101111 | 1000 | 0 | 101100 | 10111 | 1000111 | 101011 | 111100 |
Color Harmonies of #B5C56F
Complementary color
Monochromatic Colors of #B5C56F
Black with #B5C56F
Text Example
Text Example
White with #B5C56F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C56F; }
p { color: rgb(181,197,111); }
H1.HeaderClassName
{
color: #B5C56F;
}
.AnyTagClassName
{
color: #B5C56F;
}
</style>
background-color css
<style>
a { background-color: #B5C56F; }
a { background-color: rgb(181,197,111); }
div.DivClassName
{
background-color: #B5C56F;
}
.BgClassName
{
background-color: #B5C56F;
}
</style>
border-color css
<style>
span { border-color: #B5C56F; }
span { border-color: rgb(181,197,111); }
td.TdClassName
{
border-color: #B5C56F;
}
.TagClassName
{
border-color: #B5C56F;
}
</style>