Shades of Wild Willow #B2C06B
Tints of Wild Willow #B2C06B
RGB
CMYK
RGB Variations
Color information
#B2C06B (or 0xB2C06B) is known color: Wild Willow. HEX triplet: B2, C0 and 6B. RGB value is (178,192,107). Sum of RGB (Red+Green+Blue) = 178+192+107=477 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.32% from 477); Green value is 192 (75.39% from 255 or 40.25% from 477); Blue value is 107 (42.19% from 255 or 22.43% from 477); Max value from RGB is 192 - color contains mainly: green. Hex color #B2C06B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C06B is #4D3F94. Grayscale: #B2B2B2. Windows color (decimal): -5062549 or 7061682. OLE color: 7061682.
HSL color Cylindrical-coordinate representation of color #B2C06B: hue angle of 69.88º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B2C06B is Cyan = 0.07, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 178 | 192 | 107 | - |
| CMYK | 0.07 | 0 | 0.44 | 0.25 |
| HSL | 69.88º | 0.4% | 0.59% | - |
| HSV(B) | 69.88º | 0.44% | 0.75% | - |
| XYZ | 39.86 | 48.23 | 21.12 | - |
| YUV | 178.12 | 87.86 | 127.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 192 | 107 | 0.07 | 0 | 0.44 | 0.25 | 69.88 | 0.4 | 0.59 |
| Hex | B2 | C0 | 6B | 7 | 0 | 2C | 19 | 46 | 28 | 3B |
| Octal | 262 | 300 | 153 | 7 | 0 | 54 | 31 | 106 | 50 | 73 |
| Binary | 10110010 | 11000000 | 1101011 | 111 | 0 | 101100 | 11001 | 1000110 | 101000 | 111011 |
Color Harmonies of #B2C06B
Complementary color
Monochromatic Colors of #B2C06B
Black with #B2C06B
Text Example
Text Example
White with #B2C06B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C06B; }
p { color: rgb(178,192,107); }
H1.HeaderClassName
{
color: #B2C06B;
}
.AnyTagClassName
{
color: #B2C06B;
}
</style>
background-color css
<style>
a { background-color: #B2C06B; }
a { background-color: rgb(178,192,107); }
div.DivClassName
{
background-color: #B2C06B;
}
.BgClassName
{
background-color: #B2C06B;
}
</style>
border-color css
<style>
span { border-color: #B2C06B; }
span { border-color: rgb(178,192,107); }
td.TdClassName
{
border-color: #B2C06B;
}
.TagClassName
{
border-color: #B2C06B;
}
</style>