Shades of Wild Willow #B1C866
Tints of Wild Willow #B1C866
RGB
CMYK
RGB Variations
Color information
#B1C866 (or 0xB1C866) is known color: Wild Willow. HEX triplet: B1, C8 and 66. RGB value is (177,200,102). Sum of RGB (Red+Green+Blue) = 177+200+102=479 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.95% from 479); Green value is 200 (78.52% from 255 or 41.75% from 479); Blue value is 102 (40.23% from 255 or 21.29% from 479); Max value from RGB is 200 - color contains mainly: green. Hex color #B1C866 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1C866 is #4E3799. Grayscale: #B6B6B6. Windows color (decimal): -5126042 or 6736049. OLE color: 6736049.
HSL color Cylindrical-coordinate representation of color #B1C866: hue angle of 74.08º degrees, saturation: 0.47, 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 #B1C866 is Cyan = 0.12, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 177 | 200 | 102 | - |
| CMYK | 0.12 | 0 | 0.49 | 0.22 |
| HSL | 74.08º | 0.47% | 0.59% | - |
| HSV(B) | 74.08º | 0.49% | 0.78% | - |
| XYZ | 41.18 | 51.61 | 20.36 | - |
| YUV | 181.95 | 82.88 | 124.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 200 | 102 | 0.12 | 0 | 0.49 | 0.22 | 74.08 | 0.47 | 0.59 |
| Hex | B1 | C8 | 66 | C | 0 | 31 | 16 | 4A | 2F | 3B |
| Octal | 261 | 310 | 146 | 14 | 0 | 61 | 26 | 112 | 57 | 73 |
| Binary | 10110001 | 11001000 | 1100110 | 1100 | 0 | 110001 | 10110 | 1001010 | 101111 | 111011 |
Color Harmonies of #B1C866
Complementary color
Monochromatic Colors of #B1C866
Black with #B1C866
Text Example
Text Example
White with #B1C866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1C866; }
p { color: rgb(177,200,102); }
H1.HeaderClassName
{
color: #B1C866;
}
.AnyTagClassName
{
color: #B1C866;
}
</style>
background-color css
<style>
a { background-color: #B1C866; }
a { background-color: rgb(177,200,102); }
div.DivClassName
{
background-color: #B1C866;
}
.BgClassName
{
background-color: #B1C866;
}
</style>
border-color css
<style>
span { border-color: #B1C866; }
span { border-color: rgb(177,200,102); }
td.TdClassName
{
border-color: #B1C866;
}
.TagClassName
{
border-color: #B1C866;
}
</style>