Shades of Wild Willow #B2C16A
Tints of Wild Willow #B2C16A
RGB
CMYK
RGB Variations
Color information
#B2C16A (or 0xB2C16A) is known color: Wild Willow. HEX triplet: B2, C1 and 6A. RGB value is (178,193,106). Sum of RGB (Red+Green+Blue) = 178+193+106=477 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.32% from 477); Green value is 193 (75.78% from 255 or 40.46% from 477); Blue value is 106 (41.80% from 255 or 22.22% from 477); Max value from RGB is 193 - color contains mainly: green. Hex color #B2C16A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C16A is #4D3E95. Grayscale: #B2B2B2. Windows color (decimal): -5062294 or 6996402. OLE color: 6996402.
HSL color Cylindrical-coordinate representation of color #B2C16A: hue angle of 70.34º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B2C16A is Cyan = 0.08, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 178 | 193 | 106 | - |
| CMYK | 0.08 | 0 | 0.45 | 0.24 |
| HSL | 70.34º | 0.41% | 0.59% | - |
| HSV(B) | 70.34º | 0.45% | 0.76% | - |
| XYZ | 40.03 | 48.65 | 20.92 | - |
| YUV | 178.6 | 87.03 | 127.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 193 | 106 | 0.08 | 0 | 0.45 | 0.24 | 70.34 | 0.41 | 0.59 |
| Hex | B2 | C1 | 6A | 8 | 0 | 2D | 18 | 46 | 29 | 3B |
| Octal | 262 | 301 | 152 | 10 | 0 | 55 | 30 | 106 | 51 | 73 |
| Binary | 10110010 | 11000001 | 1101010 | 1000 | 0 | 101101 | 11000 | 1000110 | 101001 | 111011 |
Color Harmonies of #B2C16A
Complementary color
Monochromatic Colors of #B2C16A
Black with #B2C16A
Text Example
Text Example
White with #B2C16A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C16A; }
p { color: rgb(178,193,106); }
H1.HeaderClassName
{
color: #B2C16A;
}
.AnyTagClassName
{
color: #B2C16A;
}
</style>
background-color css
<style>
a { background-color: #B2C16A; }
a { background-color: rgb(178,193,106); }
div.DivClassName
{
background-color: #B2C16A;
}
.BgClassName
{
background-color: #B2C16A;
}
</style>
border-color css
<style>
span { border-color: #B2C16A; }
span { border-color: rgb(178,193,106); }
td.TdClassName
{
border-color: #B2C16A;
}
.TagClassName
{
border-color: #B2C16A;
}
</style>