Shades of Wild Willow #B0BE6A
Tints of Wild Willow #B0BE6A
RGB
CMYK
RGB Variations
Color information
#B0BE6A (or 0xB0BE6A) is known color: Wild Willow. HEX triplet: B0, BE and 6A. RGB value is (176,190,106). Sum of RGB (Red+Green+Blue) = 176+190+106=472 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.29% from 472); Green value is 190 (74.61% from 255 or 40.25% from 472); Blue value is 106 (41.80% from 255 or 22.46% from 472); Max value from RGB is 190 - color contains mainly: green. Hex color #B0BE6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0BE6A is #4F4195. Grayscale: #B0B0B0. Windows color (decimal): -5194134 or 6995632. OLE color: 6995632.
HSL color Cylindrical-coordinate representation of color #B0BE6A: hue angle of 70º 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 #B0BE6A is Cyan = 0.07, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 176 | 190 | 106 | - |
| CMYK | 0.07 | 0 | 0.44 | 0.25 |
| HSL | 70º | 0.39% | 0.58% | - |
| HSV(B) | 70º | 0.44% | 0.75% | - |
| XYZ | 38.92 | 47.1 | 20.68 | - |
| YUV | 176.24 | 88.36 | 127.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 190 | 106 | 0.07 | 0 | 0.44 | 0.25 | 70 | 0.39 | 0.58 |
| Hex | B0 | BE | 6A | 7 | 0 | 2C | 19 | 46 | 27 | 3A |
| Octal | 260 | 276 | 152 | 7 | 0 | 54 | 31 | 106 | 47 | 72 |
| Binary | 10110000 | 10111110 | 1101010 | 111 | 0 | 101100 | 11001 | 1000110 | 100111 | 111010 |
Color Harmonies of #B0BE6A
Complementary color
Monochromatic Colors of #B0BE6A
Black with #B0BE6A
Text Example
Text Example
White with #B0BE6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BE6A; }
p { color: rgb(176,190,106); }
H1.HeaderClassName
{
color: #B0BE6A;
}
.AnyTagClassName
{
color: #B0BE6A;
}
</style>
background-color css
<style>
a { background-color: #B0BE6A; }
a { background-color: rgb(176,190,106); }
div.DivClassName
{
background-color: #B0BE6A;
}
.BgClassName
{
background-color: #B0BE6A;
}
</style>
border-color css
<style>
span { border-color: #B0BE6A; }
span { border-color: rgb(176,190,106); }
td.TdClassName
{
border-color: #B0BE6A;
}
.TagClassName
{
border-color: #B0BE6A;
}
</style>