Shades of Wild Willow #B1C666
Tints of Wild Willow #B1C666
RGB
CMYK
RGB Variations
Color information
#B1C666 (or 0xB1C666) is known color: Wild Willow. HEX triplet: B1, C6 and 66. RGB value is (177,198,102). Sum of RGB (Red+Green+Blue) = 177+198+102=477 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.11% from 477); Green value is 198 (77.73% from 255 or 41.51% from 477); Blue value is 102 (40.23% from 255 or 21.38% from 477); Max value from RGB is 198 - color contains mainly: green. Hex color #B1C666 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1C666 is #4E3999. Grayscale: #B5B5B5. Windows color (decimal): -5126554 or 6735537. OLE color: 6735537.
HSL color Cylindrical-coordinate representation of color #B1C666: hue angle of 73.12º 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 #B1C666 is Cyan = 0.11, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 177 | 198 | 102 | - |
| CMYK | 0.11 | 0 | 0.48 | 0.22 |
| HSL | 73.13º | 0.46% | 0.59% | - |
| HSV(B) | 73.13º | 0.48% | 0.78% | - |
| XYZ | 40.72 | 50.69 | 20.21 | - |
| YUV | 180.78 | 83.54 | 125.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 198 | 102 | 0.11 | 0 | 0.48 | 0.22 | 73.13 | 0.46 | 0.59 |
| Hex | B1 | C6 | 66 | B | 0 | 30 | 16 | 49 | 2E | 3B |
| Octal | 261 | 306 | 146 | 13 | 0 | 60 | 26 | 111 | 56 | 73 |
| Binary | 10110001 | 11000110 | 1100110 | 1011 | 0 | 110000 | 10110 | 1001001 | 101110 | 111011 |
Color Harmonies of #B1C666
Complementary color
Monochromatic Colors of #B1C666
Black with #B1C666
Text Example
Text Example
White with #B1C666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1C666; }
p { color: rgb(177,198,102); }
H1.HeaderClassName
{
color: #B1C666;
}
.AnyTagClassName
{
color: #B1C666;
}
</style>
background-color css
<style>
a { background-color: #B1C666; }
a { background-color: rgb(177,198,102); }
div.DivClassName
{
background-color: #B1C666;
}
.BgClassName
{
background-color: #B1C666;
}
</style>
border-color css
<style>
span { border-color: #B1C666; }
span { border-color: rgb(177,198,102); }
td.TdClassName
{
border-color: #B1C666;
}
.TagClassName
{
border-color: #B1C666;
}
</style>