Shades of Wild Willow #B0C467
Tints of Wild Willow #B0C467
RGB
CMYK
RGB Variations
Color information
#B0C467 (or 0xB0C467) is known color: Wild Willow. HEX triplet: B0, C4 and 67. RGB value is (176,196,103). Sum of RGB (Red+Green+Blue) = 176+196+103=475 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.05% from 475); Green value is 196 (76.95% from 255 or 41.26% from 475); Blue value is 103 (40.62% from 255 or 21.68% from 475); Max value from RGB is 196 - color contains mainly: green. Hex color #B0C467 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C467 is #4F3B98. Grayscale: #B3B3B3. Windows color (decimal): -5192601 or 6800560. OLE color: 6800560.
HSL color Cylindrical-coordinate representation of color #B0C467: hue angle of 72.9º 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 #B0C467 is Cyan = 0.10, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 176 | 196 | 103 | - |
| CMYK | 0.10 | 0 | 0.47 | 0.23 |
| HSL | 72.9º | 0.44% | 0.59% | - |
| HSV(B) | 72.9º | 0.47% | 0.77% | - |
| XYZ | 40.09 | 49.69 | 20.31 | - |
| YUV | 179.42 | 84.87 | 125.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 196 | 103 | 0.10 | 0 | 0.47 | 0.23 | 72.9 | 0.44 | 0.59 |
| Hex | B0 | C4 | 67 | A | 0 | 2F | 17 | 49 | 2C | 3B |
| Octal | 260 | 304 | 147 | 12 | 0 | 57 | 27 | 111 | 54 | 73 |
| Binary | 10110000 | 11000100 | 1100111 | 1010 | 0 | 101111 | 10111 | 1001001 | 101100 | 111011 |
Color Harmonies of #B0C467
Complementary color
Monochromatic Colors of #B0C467
Black with #B0C467
Text Example
Text Example
White with #B0C467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C467; }
p { color: rgb(176,196,103); }
H1.HeaderClassName
{
color: #B0C467;
}
.AnyTagClassName
{
color: #B0C467;
}
</style>
background-color css
<style>
a { background-color: #B0C467; }
a { background-color: rgb(176,196,103); }
div.DivClassName
{
background-color: #B0C467;
}
.BgClassName
{
background-color: #B0C467;
}
</style>
border-color css
<style>
span { border-color: #B0C467; }
span { border-color: rgb(176,196,103); }
td.TdClassName
{
border-color: #B0C467;
}
.TagClassName
{
border-color: #B0C467;
}
</style>