Shades of Wild Willow #B0C466
Tints of Wild Willow #B0C466
RGB
CMYK
RGB Variations
Color information
#B0C466 (or 0xB0C466) is known color: Wild Willow. HEX triplet: B0, C4 and 66. RGB value is (176,196,102). Sum of RGB (Red+Green+Blue) = 176+196+102=474 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.13% from 474); Green value is 196 (76.95% from 255 or 41.35% from 474); Blue value is 102 (40.23% from 255 or 21.52% from 474); Max value from RGB is 196 - color contains mainly: green. Hex color #B0C466 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C466 is #4F3B99. Grayscale: #B3B3B3. Windows color (decimal): -5192602 or 6735024. OLE color: 6735024.
HSL color Cylindrical-coordinate representation of color #B0C466: hue angle of 72.77º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B0C466 is Cyan = 0.10, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 176 | 196 | 102 | - |
| CMYK | 0.10 | 0 | 0.48 | 0.23 |
| HSL | 72.77º | 0.44% | 0.58% | - |
| HSV(B) | 72.77º | 0.48% | 0.77% | - |
| XYZ | 40.04 | 49.67 | 20.05 | - |
| YUV | 179.3 | 84.37 | 125.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 196 | 102 | 0.10 | 0 | 0.48 | 0.23 | 72.77 | 0.44 | 0.58 |
| Hex | B0 | C4 | 66 | A | 0 | 30 | 17 | 49 | 2C | 3A |
| Octal | 260 | 304 | 146 | 12 | 0 | 60 | 27 | 111 | 54 | 72 |
| Binary | 10110000 | 11000100 | 1100110 | 1010 | 0 | 110000 | 10111 | 1001001 | 101100 | 111010 |
Color Harmonies of #B0C466
Complementary color
Monochromatic Colors of #B0C466
Black with #B0C466
Text Example
Text Example
White with #B0C466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C466; }
p { color: rgb(176,196,102); }
H1.HeaderClassName
{
color: #B0C466;
}
.AnyTagClassName
{
color: #B0C466;
}
</style>
background-color css
<style>
a { background-color: #B0C466; }
a { background-color: rgb(176,196,102); }
div.DivClassName
{
background-color: #B0C466;
}
.BgClassName
{
background-color: #B0C466;
}
</style>
border-color css
<style>
span { border-color: #B0C466; }
span { border-color: rgb(176,196,102); }
td.TdClassName
{
border-color: #B0C466;
}
.TagClassName
{
border-color: #B0C466;
}
</style>