Shades of Wild Willow #B5C869
Tints of Wild Willow #B5C869
RGB
CMYK
RGB Variations
Color information
#B5C869 (or 0xB5C869) is known color: Wild Willow. HEX triplet: B5, C8 and 69. RGB value is (181,200,105). Sum of RGB (Red+Green+Blue) = 181+200+105=486 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.24% from 486); Green value is 200 (78.52% from 255 or 41.15% from 486); Blue value is 105 (41.41% from 255 or 21.60% from 486); Max value from RGB is 200 - color contains mainly: green. Hex color #B5C869 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5C869 is #4A3796. Grayscale: #B7B7B7. Windows color (decimal): -4863895 or 6932661. OLE color: 6932661.
HSL color Cylindrical-coordinate representation of color #B5C869: hue angle of 72º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B5C869 is Cyan = 0.09, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 181 | 200 | 105 | - |
| CMYK | 0.09 | 0 | 0.48 | 0.22 |
| HSL | 72º | 0.46% | 0.6% | - |
| HSV(B) | 72º | 0.48% | 0.78% | - |
| XYZ | 42.26 | 52.15 | 21.2 | - |
| YUV | 183.49 | 83.71 | 126.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 200 | 105 | 0.09 | 0 | 0.48 | 0.22 | 72 | 0.46 | 0.6 |
| Hex | B5 | C8 | 69 | 9 | 0 | 30 | 16 | 48 | 2E | 3C |
| Octal | 265 | 310 | 151 | 11 | 0 | 60 | 26 | 110 | 56 | 74 |
| Binary | 10110101 | 11001000 | 1101001 | 1001 | 0 | 110000 | 10110 | 1001000 | 101110 | 111100 |
Color Harmonies of #B5C869
Complementary color
Monochromatic Colors of #B5C869
Black with #B5C869
Text Example
Text Example
White with #B5C869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C869; }
p { color: rgb(181,200,105); }
H1.HeaderClassName
{
color: #B5C869;
}
.AnyTagClassName
{
color: #B5C869;
}
</style>
background-color css
<style>
a { background-color: #B5C869; }
a { background-color: rgb(181,200,105); }
div.DivClassName
{
background-color: #B5C869;
}
.BgClassName
{
background-color: #B5C869;
}
</style>
border-color css
<style>
span { border-color: #B5C869; }
span { border-color: rgb(181,200,105); }
td.TdClassName
{
border-color: #B5C869;
}
.TagClassName
{
border-color: #B5C869;
}
</style>