Shades of Wild Willow #B1BE6A
Tints of Wild Willow #B1BE6A
RGB
CMYK
RGB Variations
Color information
#B1BE6A (or 0xB1BE6A) is known color: Wild Willow. HEX triplet: B1, BE and 6A. RGB value is (177,190,106). Sum of RGB (Red+Green+Blue) = 177+190+106=473 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.42% from 473); Green value is 190 (74.61% from 255 or 40.17% from 473); Blue value is 106 (41.80% from 255 or 22.41% from 473); Max value from RGB is 190 - color contains mainly: green. Hex color #B1BE6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1BE6A is #4E4195. Grayscale: #B0B0B0. Windows color (decimal): -5128598 or 6995633. OLE color: 6995633.
HSL color Cylindrical-coordinate representation of color #B1BE6A: hue angle of 69.29º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B1BE6A is Cyan = 0.07, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 177 | 190 | 106 | - |
| CMYK | 0.07 | 0 | 0.44 | 0.25 |
| HSL | 69.29º | 0.39% | 0.58% | - |
| HSV(B) | 69.29º | 0.44% | 0.75% | - |
| XYZ | 39.15 | 47.21 | 20.69 | - |
| YUV | 176.54 | 88.19 | 128.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 190 | 106 | 0.07 | 0 | 0.44 | 0.25 | 69.29 | 0.39 | 0.58 |
| Hex | B1 | BE | 6A | 7 | 0 | 2C | 19 | 45 | 27 | 3A |
| Octal | 261 | 276 | 152 | 7 | 0 | 54 | 31 | 105 | 47 | 72 |
| Binary | 10110001 | 10111110 | 1101010 | 111 | 0 | 101100 | 11001 | 1000101 | 100111 | 111010 |
Color Harmonies of #B1BE6A
Complementary color
Monochromatic Colors of #B1BE6A
Black with #B1BE6A
Text Example
Text Example
White with #B1BE6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1BE6A; }
p { color: rgb(177,190,106); }
H1.HeaderClassName
{
color: #B1BE6A;
}
.AnyTagClassName
{
color: #B1BE6A;
}
</style>
background-color css
<style>
a { background-color: #B1BE6A; }
a { background-color: rgb(177,190,106); }
div.DivClassName
{
background-color: #B1BE6A;
}
.BgClassName
{
background-color: #B1BE6A;
}
</style>
border-color css
<style>
span { border-color: #B1BE6A; }
span { border-color: rgb(177,190,106); }
td.TdClassName
{
border-color: #B1BE6A;
}
.TagClassName
{
border-color: #B1BE6A;
}
</style>