Shades of Wild Willow #B9C569
Tints of Wild Willow #B9C569
RGB
CMYK
RGB Variations
Color information
#B9C569 (or 0xB9C569) is known color: Wild Willow. HEX triplet: B9, C5 and 69. RGB value is (185,197,105). Sum of RGB (Red+Green+Blue) = 185+197+105=487 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.99% from 487); Green value is 197 (77.34% from 255 or 40.45% from 487); Blue value is 105 (41.41% from 255 or 21.56% from 487); Max value from RGB is 197 - color contains mainly: green. Hex color #B9C569 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9C569 is #463A96. Grayscale: #B7B7B7. Windows color (decimal): -4602519 or 6931897. OLE color: 6931897.
HSL color Cylindrical-coordinate representation of color #B9C569: hue angle of 67.83º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B9C569 is Cyan = 0.06, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 185 | 197 | 105 | - |
| CMYK | 0.06 | 0 | 0.47 | 0.23 |
| HSL | 67.83º | 0.44% | 0.59% | - |
| HSV(B) | 67.83º | 0.47% | 0.77% | - |
| XYZ | 42.52 | 51.27 | 21.02 | - |
| YUV | 182.92 | 84.02 | 129.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 197 | 105 | 0.06 | 0 | 0.47 | 0.23 | 67.83 | 0.44 | 0.59 |
| Hex | B9 | C5 | 69 | 6 | 0 | 2F | 17 | 44 | 2C | 3B |
| Octal | 271 | 305 | 151 | 6 | 0 | 57 | 27 | 104 | 54 | 73 |
| Binary | 10111001 | 11000101 | 1101001 | 110 | 0 | 101111 | 10111 | 1000100 | 101100 | 111011 |
Color Harmonies of #B9C569
Complementary color
Monochromatic Colors of #B9C569
Black with #B9C569
Text Example
Text Example
White with #B9C569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C569; }
p { color: rgb(185,197,105); }
H1.HeaderClassName
{
color: #B9C569;
}
.AnyTagClassName
{
color: #B9C569;
}
</style>
background-color css
<style>
a { background-color: #B9C569; }
a { background-color: rgb(185,197,105); }
div.DivClassName
{
background-color: #B9C569;
}
.BgClassName
{
background-color: #B9C569;
}
</style>
border-color css
<style>
span { border-color: #B9C569; }
span { border-color: rgb(185,197,105); }
td.TdClassName
{
border-color: #B9C569;
}
.TagClassName
{
border-color: #B9C569;
}
</style>