Shades of Wild Willow #B0C666
Tints of Wild Willow #B0C666
RGB
CMYK
RGB Variations
Color information
#B0C666 (or 0xB0C666) is known color: Wild Willow. HEX triplet: B0, C6 and 66. RGB value is (176,198,102). Sum of RGB (Red+Green+Blue) = 176+198+102=476 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.97% from 476); Green value is 198 (77.73% from 255 or 41.60% from 476); Blue value is 102 (40.23% from 255 or 21.43% from 476); Max value from RGB is 198 - color contains mainly: green. Hex color #B0C666 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C666 is #4F3999. Grayscale: #B4B4B4. Windows color (decimal): -5192090 or 6735536. OLE color: 6735536.
HSL color Cylindrical-coordinate representation of color #B0C666: hue angle of 73.75º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B0C666 is Cyan = 0.11, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 176 | 198 | 102 | - |
| CMYK | 0.11 | 0 | 0.48 | 0.22 |
| HSL | 73.75º | 0.46% | 0.59% | - |
| HSV(B) | 73.75º | 0.48% | 0.78% | - |
| XYZ | 40.5 | 50.58 | 20.2 | - |
| YUV | 180.48 | 83.71 | 124.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 198 | 102 | 0.11 | 0 | 0.48 | 0.22 | 73.75 | 0.46 | 0.59 |
| Hex | B0 | C6 | 66 | B | 0 | 30 | 16 | 4A | 2E | 3B |
| Octal | 260 | 306 | 146 | 13 | 0 | 60 | 26 | 112 | 56 | 73 |
| Binary | 10110000 | 11000110 | 1100110 | 1011 | 0 | 110000 | 10110 | 1001010 | 101110 | 111011 |
Color Harmonies of #B0C666
Complementary color
Monochromatic Colors of #B0C666
Black with #B0C666
Text Example
Text Example
White with #B0C666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C666; }
p { color: rgb(176,198,102); }
H1.HeaderClassName
{
color: #B0C666;
}
.AnyTagClassName
{
color: #B0C666;
}
</style>
background-color css
<style>
a { background-color: #B0C666; }
a { background-color: rgb(176,198,102); }
div.DivClassName
{
background-color: #B0C666;
}
.BgClassName
{
background-color: #B0C666;
}
</style>
border-color css
<style>
span { border-color: #B0C666; }
span { border-color: rgb(176,198,102); }
td.TdClassName
{
border-color: #B0C666;
}
.TagClassName
{
border-color: #B0C666;
}
</style>