Shades of Wild Willow #B2BF6A
Tints of Wild Willow #B2BF6A
RGB
CMYK
RGB Variations
Color information
#B2BF6A (or 0xB2BF6A) is known color: Wild Willow. HEX triplet: B2, BF and 6A. RGB value is (178,191,106). Sum of RGB (Red+Green+Blue) = 178+191+106=475 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.47% from 475); Green value is 191 (75% from 255 or 40.21% from 475); Blue value is 106 (41.80% from 255 or 22.32% from 475); Max value from RGB is 191 - color contains mainly: green. Hex color #B2BF6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2BF6A is #4D4095. Grayscale: #B1B1B1. Windows color (decimal): -5062806 or 6995890. OLE color: 6995890.
HSL color Cylindrical-coordinate representation of color #B2BF6A: hue angle of 69.18º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B2BF6A is Cyan = 0.07, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 178 | 191 | 106 | - |
| CMYK | 0.07 | 0 | 0.45 | 0.25 |
| HSL | 69.18º | 0.4% | 0.58% | - |
| HSV(B) | 69.18º | 0.45% | 0.75% | - |
| XYZ | 39.59 | 47.77 | 20.77 | - |
| YUV | 177.42 | 87.69 | 128.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 191 | 106 | 0.07 | 0 | 0.45 | 0.25 | 69.18 | 0.4 | 0.58 |
| Hex | B2 | BF | 6A | 7 | 0 | 2D | 19 | 45 | 28 | 3A |
| Octal | 262 | 277 | 152 | 7 | 0 | 55 | 31 | 105 | 50 | 72 |
| Binary | 10110010 | 10111111 | 1101010 | 111 | 0 | 101101 | 11001 | 1000101 | 101000 | 111010 |
Color Harmonies of #B2BF6A
Complementary color
Monochromatic Colors of #B2BF6A
Black with #B2BF6A
Text Example
Text Example
White with #B2BF6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BF6A; }
p { color: rgb(178,191,106); }
H1.HeaderClassName
{
color: #B2BF6A;
}
.AnyTagClassName
{
color: #B2BF6A;
}
</style>
background-color css
<style>
a { background-color: #B2BF6A; }
a { background-color: rgb(178,191,106); }
div.DivClassName
{
background-color: #B2BF6A;
}
.BgClassName
{
background-color: #B2BF6A;
}
</style>
border-color css
<style>
span { border-color: #B2BF6A; }
span { border-color: rgb(178,191,106); }
td.TdClassName
{
border-color: #B2BF6A;
}
.TagClassName
{
border-color: #B2BF6A;
}
</style>