Shades of Wild Willow #B1C862
Tints of Wild Willow #B1C862
RGB
CMYK
RGB Variations
Color information
#B1C862 (or 0xB1C862) is known color: Wild Willow. HEX triplet: B1, C8 and 62. RGB value is (177,200,98). Sum of RGB (Red+Green+Blue) = 177+200+98=475 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.26% from 475); Green value is 200 (78.52% from 255 or 42.11% from 475); Blue value is 98 (38.67% from 255 or 20.63% from 475); Max value from RGB is 200 - color contains mainly: green. Hex color #B1C862 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1C862 is #4E379D. Grayscale: #B5B5B5. Windows color (decimal): -5126046 or 6473905. OLE color: 6473905.
HSL color Cylindrical-coordinate representation of color #B1C862: hue angle of 73.53º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B1C862 is Cyan = 0.12, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 177 | 200 | 98 | - |
| CMYK | 0.12 | 0 | 0.51 | 0.22 |
| HSL | 73.53º | 0.48% | 0.58% | - |
| HSV(B) | 73.53º | 0.51% | 0.78% | - |
| XYZ | 40.99 | 51.54 | 19.34 | - |
| YUV | 181.5 | 80.88 | 124.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 200 | 98 | 0.12 | 0 | 0.51 | 0.22 | 73.53 | 0.48 | 0.58 |
| Hex | B1 | C8 | 62 | C | 0 | 33 | 16 | 4A | 30 | 3A |
| Octal | 261 | 310 | 142 | 14 | 0 | 63 | 26 | 112 | 60 | 72 |
| Binary | 10110001 | 11001000 | 1100010 | 1100 | 0 | 110011 | 10110 | 1001010 | 110000 | 111010 |
Color Harmonies of #B1C862
Complementary color
Monochromatic Colors of #B1C862
Black with #B1C862
Text Example
Text Example
White with #B1C862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1C862; }
p { color: rgb(177,200,98); }
H1.HeaderClassName
{
color: #B1C862;
}
.AnyTagClassName
{
color: #B1C862;
}
</style>
background-color css
<style>
a { background-color: #B1C862; }
a { background-color: rgb(177,200,98); }
div.DivClassName
{
background-color: #B1C862;
}
.BgClassName
{
background-color: #B1C862;
}
</style>
border-color css
<style>
span { border-color: #B1C862; }
span { border-color: rgb(177,200,98); }
td.TdClassName
{
border-color: #B1C862;
}
.TagClassName
{
border-color: #B1C862;
}
</style>