Shades of Wild Willow #B2C56A
Tints of Wild Willow #B2C56A
RGB
CMYK
RGB Variations
Color information
#B2C56A (or 0xB2C56A) is known color: Wild Willow. HEX triplet: B2, C5 and 6A. RGB value is (178,197,106). Sum of RGB (Red+Green+Blue) = 178+197+106=481 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.01% from 481); Green value is 197 (77.34% from 255 or 40.96% from 481); Blue value is 106 (41.80% from 255 or 22.04% from 481); Max value from RGB is 197 - color contains mainly: green. Hex color #B2C56A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C56A is #4D3A95. Grayscale: #B5B5B5. Windows color (decimal): -5061270 or 6997426. OLE color: 6997426.
HSL color Cylindrical-coordinate representation of color #B2C56A: hue angle of 72.53º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B2C56A is Cyan = 0.10, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 178 | 197 | 106 | - |
| CMYK | 0.10 | 0 | 0.46 | 0.23 |
| HSL | 72.53º | 0.44% | 0.59% | - |
| HSV(B) | 72.53º | 0.46% | 0.77% | - |
| XYZ | 40.93 | 50.44 | 21.21 | - |
| YUV | 180.95 | 85.71 | 125.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 197 | 106 | 0.10 | 0 | 0.46 | 0.23 | 72.53 | 0.44 | 0.59 |
| Hex | B2 | C5 | 6A | A | 0 | 2E | 17 | 49 | 2C | 3B |
| Octal | 262 | 305 | 152 | 12 | 0 | 56 | 27 | 111 | 54 | 73 |
| Binary | 10110010 | 11000101 | 1101010 | 1010 | 0 | 101110 | 10111 | 1001001 | 101100 | 111011 |
Color Harmonies of #B2C56A
Complementary color
Monochromatic Colors of #B2C56A
Black with #B2C56A
Text Example
Text Example
White with #B2C56A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C56A; }
p { color: rgb(178,197,106); }
H1.HeaderClassName
{
color: #B2C56A;
}
.AnyTagClassName
{
color: #B2C56A;
}
</style>
background-color css
<style>
a { background-color: #B2C56A; }
a { background-color: rgb(178,197,106); }
div.DivClassName
{
background-color: #B2C56A;
}
.BgClassName
{
background-color: #B2C56A;
}
</style>
border-color css
<style>
span { border-color: #B2C56A; }
span { border-color: rgb(178,197,106); }
td.TdClassName
{
border-color: #B2C56A;
}
.TagClassName
{
border-color: #B2C56A;
}
</style>