Shades of Wild Willow #B1BC6A
Tints of Wild Willow #B1BC6A
RGB
CMYK
RGB Variations
Color information
#B1BC6A (or 0xB1BC6A) is known color: Wild Willow. HEX triplet: B1, BC and 6A. RGB value is (177,188,106). Sum of RGB (Red+Green+Blue) = 177+188+106=471 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.58% from 471); Green value is 188 (73.83% from 255 or 39.92% from 471); Blue value is 106 (41.80% from 255 or 22.51% from 471); Max value from RGB is 188 - color contains mainly: green. Hex color #B1BC6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1BC6A is #4E4395. Grayscale: #AFAFAF. Windows color (decimal): -5129110 or 6995121. OLE color: 6995121.
HSL color Cylindrical-coordinate representation of color #B1BC6A: hue angle of 68.05º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B1BC6A is Cyan = 0.06, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 177 | 188 | 106 | - |
| CMYK | 0.06 | 0 | 0.44 | 0.26 |
| HSL | 68.05º | 0.38% | 0.58% | - |
| HSV(B) | 68.05º | 0.44% | 0.74% | - |
| XYZ | 38.72 | 46.35 | 20.54 | - |
| YUV | 175.36 | 88.86 | 129.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 188 | 106 | 0.06 | 0 | 0.44 | 0.26 | 68.05 | 0.38 | 0.58 |
| Hex | B1 | BC | 6A | 6 | 0 | 2C | 1A | 44 | 26 | 3A |
| Octal | 261 | 274 | 152 | 6 | 0 | 54 | 32 | 104 | 46 | 72 |
| Binary | 10110001 | 10111100 | 1101010 | 110 | 0 | 101100 | 11010 | 1000100 | 100110 | 111010 |
Color Harmonies of #B1BC6A
Complementary color
Monochromatic Colors of #B1BC6A
Black with #B1BC6A
Text Example
Text Example
White with #B1BC6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1BC6A; }
p { color: rgb(177,188,106); }
H1.HeaderClassName
{
color: #B1BC6A;
}
.AnyTagClassName
{
color: #B1BC6A;
}
</style>
background-color css
<style>
a { background-color: #B1BC6A; }
a { background-color: rgb(177,188,106); }
div.DivClassName
{
background-color: #B1BC6A;
}
.BgClassName
{
background-color: #B1BC6A;
}
</style>
border-color css
<style>
span { border-color: #B1BC6A; }
span { border-color: rgb(177,188,106); }
td.TdClassName
{
border-color: #B1BC6A;
}
.TagClassName
{
border-color: #B1BC6A;
}
</style>