Shades of Wild Willow #B2BE6A
Tints of Wild Willow #B2BE6A
RGB
CMYK
RGB Variations
Color information
#B2BE6A (or 0xB2BE6A) is known color: Wild Willow. HEX triplet: B2, BE and 6A. RGB value is (178,190,106). Sum of RGB (Red+Green+Blue) = 178+190+106=474 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.55% from 474); Green value is 190 (74.61% from 255 or 40.08% from 474); Blue value is 106 (41.80% from 255 or 22.36% from 474); Max value from RGB is 190 - color contains mainly: green. Hex color #B2BE6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2BE6A is #4D4195. Grayscale: #B1B1B1. Windows color (decimal): -5063062 or 6995634. OLE color: 6995634.
HSL color Cylindrical-coordinate representation of color #B2BE6A: hue angle of 68.57º 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 #B2BE6A is Cyan = 0.06, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 178 | 190 | 106 | - |
| CMYK | 0.06 | 0 | 0.44 | 0.25 |
| HSL | 68.57º | 0.39% | 0.58% | - |
| HSV(B) | 68.57º | 0.44% | 0.75% | - |
| XYZ | 39.38 | 47.33 | 20.7 | - |
| YUV | 176.84 | 88.02 | 128.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 190 | 106 | 0.06 | 0 | 0.44 | 0.25 | 68.57 | 0.39 | 0.58 |
| Hex | B2 | BE | 6A | 6 | 0 | 2C | 19 | 45 | 27 | 3A |
| Octal | 262 | 276 | 152 | 6 | 0 | 54 | 31 | 105 | 47 | 72 |
| Binary | 10110010 | 10111110 | 1101010 | 110 | 0 | 101100 | 11001 | 1000101 | 100111 | 111010 |
Color Harmonies of #B2BE6A
Complementary color
Monochromatic Colors of #B2BE6A
Black with #B2BE6A
Text Example
Text Example
White with #B2BE6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BE6A; }
p { color: rgb(178,190,106); }
H1.HeaderClassName
{
color: #B2BE6A;
}
.AnyTagClassName
{
color: #B2BE6A;
}
</style>
background-color css
<style>
a { background-color: #B2BE6A; }
a { background-color: rgb(178,190,106); }
div.DivClassName
{
background-color: #B2BE6A;
}
.BgClassName
{
background-color: #B2BE6A;
}
</style>
border-color css
<style>
span { border-color: #B2BE6A; }
span { border-color: rgb(178,190,106); }
td.TdClassName
{
border-color: #B2BE6A;
}
.TagClassName
{
border-color: #B2BE6A;
}
</style>