Shades of Wild Willow #B2BE6C
Tints of Wild Willow #B2BE6C
RGB
CMYK
RGB Variations
Color information
#B2BE6C (or 0xB2BE6C) is known color: Wild Willow. HEX triplet: B2, BE and 6C. RGB value is (178,190,108). Sum of RGB (Red+Green+Blue) = 178+190+108=476 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.39% from 476); Green value is 190 (74.61% from 255 or 39.92% from 476); Blue value is 108 (42.58% from 255 or 22.69% from 476); Max value from RGB is 190 - color contains mainly: green. Hex color #B2BE6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2BE6C is #4D4193. Grayscale: #B1B1B1. Windows color (decimal): -5063060 or 7126706. OLE color: 7126706.
HSL color Cylindrical-coordinate representation of color #B2BE6C: hue angle of 68.78º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B2BE6C is Cyan = 0.06, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 178 | 190 | 108 | - |
| CMYK | 0.06 | 0 | 0.43 | 0.25 |
| HSL | 68.78º | 0.39% | 0.58% | - |
| HSV(B) | 68.78º | 0.43% | 0.75% | - |
| XYZ | 39.48 | 47.37 | 21.25 | - |
| YUV | 177.06 | 89.02 | 128.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 190 | 108 | 0.06 | 0 | 0.43 | 0.25 | 68.78 | 0.39 | 0.58 |
| Hex | B2 | BE | 6C | 6 | 0 | 2B | 19 | 45 | 27 | 3A |
| Octal | 262 | 276 | 154 | 6 | 0 | 53 | 31 | 105 | 47 | 72 |
| Binary | 10110010 | 10111110 | 1101100 | 110 | 0 | 101011 | 11001 | 1000101 | 100111 | 111010 |
Color Harmonies of #B2BE6C
Complementary color
Monochromatic Colors of #B2BE6C
Black with #B2BE6C
Text Example
Text Example
White with #B2BE6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BE6C; }
p { color: rgb(178,190,108); }
H1.HeaderClassName
{
color: #B2BE6C;
}
.AnyTagClassName
{
color: #B2BE6C;
}
</style>
background-color css
<style>
a { background-color: #B2BE6C; }
a { background-color: rgb(178,190,108); }
div.DivClassName
{
background-color: #B2BE6C;
}
.BgClassName
{
background-color: #B2BE6C;
}
</style>
border-color css
<style>
span { border-color: #B2BE6C; }
span { border-color: rgb(178,190,108); }
td.TdClassName
{
border-color: #B2BE6C;
}
.TagClassName
{
border-color: #B2BE6C;
}
</style>