Shades of Wild Willow #B0C665
Tints of Wild Willow #B0C665
RGB
CMYK
RGB Variations
Color information
#B0C665 (or 0xB0C665) is known color: Wild Willow. HEX triplet: B0, C6 and 65. RGB value is (176,198,101). Sum of RGB (Red+Green+Blue) = 176+198+101=475 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.05% from 475); Green value is 198 (77.73% from 255 or 41.68% from 475); Blue value is 101 (39.84% from 255 or 21.26% from 475); Max value from RGB is 198 - color contains mainly: green. Hex color #B0C665 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C665 is #4F399A. Grayscale: #B4B4B4. Windows color (decimal): -5192091 or 6670000. OLE color: 6670000.
HSL color Cylindrical-coordinate representation of color #B0C665: hue angle of 73.61º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B0C665 is Cyan = 0.11, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 176 | 198 | 101 | - |
| CMYK | 0.11 | 0 | 0.49 | 0.22 |
| HSL | 73.61º | 0.46% | 0.59% | - |
| HSV(B) | 73.61º | 0.49% | 0.78% | - |
| XYZ | 40.45 | 50.56 | 19.94 | - |
| YUV | 180.36 | 83.21 | 124.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 198 | 101 | 0.11 | 0 | 0.49 | 0.22 | 73.61 | 0.46 | 0.59 |
| Hex | B0 | C6 | 65 | B | 0 | 31 | 16 | 4A | 2E | 3B |
| Octal | 260 | 306 | 145 | 13 | 0 | 61 | 26 | 112 | 56 | 73 |
| Binary | 10110000 | 11000110 | 1100101 | 1011 | 0 | 110001 | 10110 | 1001010 | 101110 | 111011 |
Color Harmonies of #B0C665
Complementary color
Monochromatic Colors of #B0C665
Black with #B0C665
Text Example
Text Example
White with #B0C665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C665; }
p { color: rgb(176,198,101); }
H1.HeaderClassName
{
color: #B0C665;
}
.AnyTagClassName
{
color: #B0C665;
}
</style>
background-color css
<style>
a { background-color: #B0C665; }
a { background-color: rgb(176,198,101); }
div.DivClassName
{
background-color: #B0C665;
}
.BgClassName
{
background-color: #B0C665;
}
</style>
border-color css
<style>
span { border-color: #B0C665; }
span { border-color: rgb(176,198,101); }
td.TdClassName
{
border-color: #B0C665;
}
.TagClassName
{
border-color: #B0C665;
}
</style>