Shades of Wild Willow #B1C95C
Tints of Wild Willow #B1C95C
RGB
CMYK
RGB Variations
Color information
#B1C95C (or 0xB1C95C) is known color: Wild Willow. HEX triplet: B1, C9 and 5C. RGB value is (177,201,92). Sum of RGB (Red+Green+Blue) = 177+201+92=470 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.66% from 470); Green value is 201 (78.91% from 255 or 42.77% from 470); Blue value is 92 (36.33% from 255 or 19.57% from 470); Max value from RGB is 201 - color contains mainly: green. Hex color #B1C95C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1C95C is #4E36A3. Grayscale: #B5B5B5. Windows color (decimal): -5125796 or 6080945. OLE color: 6080945.
HSL color Cylindrical-coordinate representation of color #B1C95C: hue angle of 73.21º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B1C95C is Cyan = 0.12, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 177 | 201 | 92 | - |
| CMYK | 0.12 | 0 | 0.54 | 0.21 |
| HSL | 73.21º | 0.5% | 0.57% | - |
| HSV(B) | 73.21º | 0.54% | 0.79% | - |
| XYZ | 40.95 | 51.89 | 17.98 | - |
| YUV | 181.4 | 77.55 | 124.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 201 | 92 | 0.12 | 0 | 0.54 | 0.21 | 73.21 | 0.5 | 0.57 |
| Hex | B1 | C9 | 5C | C | 0 | 36 | 15 | 49 | 32 | 39 |
| Octal | 261 | 311 | 134 | 14 | 0 | 66 | 25 | 111 | 62 | 71 |
| Binary | 10110001 | 11001001 | 1011100 | 1100 | 0 | 110110 | 10101 | 1001001 | 110010 | 111001 |
Color Harmonies of #B1C95C
Complementary color
Monochromatic Colors of #B1C95C
Black with #B1C95C
Text Example
Text Example
White with #B1C95C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1C95C; }
p { color: rgb(177,201,92); }
H1.HeaderClassName
{
color: #B1C95C;
}
.AnyTagClassName
{
color: #B1C95C;
}
</style>
background-color css
<style>
a { background-color: #B1C95C; }
a { background-color: rgb(177,201,92); }
div.DivClassName
{
background-color: #B1C95C;
}
.BgClassName
{
background-color: #B1C95C;
}
</style>
border-color css
<style>
span { border-color: #B1C95C; }
span { border-color: rgb(177,201,92); }
td.TdClassName
{
border-color: #B1C95C;
}
.TagClassName
{
border-color: #B1C95C;
}
</style>