Shades of Wild Willow #B5C570
Tints of Wild Willow #B5C570
RGB
CMYK
RGB Variations
Color information
#B5C570 (or 0xB5C570) is known color: Wild Willow. HEX triplet: B5, C5 and 70. RGB value is (181,197,112). Sum of RGB (Red+Green+Blue) = 181+197+112=490 (64% of max value = 765). Red value is 181 (71.09% from 255 or 36.94% from 490); Green value is 197 (77.34% from 255 or 40.20% from 490); Blue value is 112 (44.14% from 255 or 22.86% from 490); Max value from RGB is 197 - color contains mainly: green. Hex color #B5C570 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5C570 is #4A3A8F. Grayscale: #B6B6B6. Windows color (decimal): -4864656 or 7390645. OLE color: 7390645.
HSL color Cylindrical-coordinate representation of color #B5C570: hue angle of 71.29º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B5C570 is Cyan = 0.08, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 181 | 197 | 112 | - |
| CMYK | 0.08 | 0 | 0.43 | 0.23 |
| HSL | 71.29º | 0.42% | 0.61% | - |
| HSV(B) | 71.29º | 0.43% | 0.77% | - |
| XYZ | 41.95 | 50.93 | 22.95 | - |
| YUV | 182.53 | 88.2 | 126.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 197 | 112 | 0.08 | 0 | 0.43 | 0.23 | 71.29 | 0.42 | 0.61 |
| Hex | B5 | C5 | 70 | 8 | 0 | 2B | 17 | 47 | 2A | 3D |
| Octal | 265 | 305 | 160 | 10 | 0 | 53 | 27 | 107 | 52 | 75 |
| Binary | 10110101 | 11000101 | 1110000 | 1000 | 0 | 101011 | 10111 | 1000111 | 101010 | 111101 |
Color Harmonies of #B5C570
Complementary color
Monochromatic Colors of #B5C570
Black with #B5C570
Text Example
Text Example
White with #B5C570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C570; }
p { color: rgb(181,197,112); }
H1.HeaderClassName
{
color: #B5C570;
}
.AnyTagClassName
{
color: #B5C570;
}
</style>
background-color css
<style>
a { background-color: #B5C570; }
a { background-color: rgb(181,197,112); }
div.DivClassName
{
background-color: #B5C570;
}
.BgClassName
{
background-color: #B5C570;
}
</style>
border-color css
<style>
span { border-color: #B5C570; }
span { border-color: rgb(181,197,112); }
td.TdClassName
{
border-color: #B5C570;
}
.TagClassName
{
border-color: #B5C570;
}
</style>