Shades of Wild Willow #B2C660
Tints of Wild Willow #B2C660
RGB
CMYK
RGB Variations
Color information
#B2C660 (or 0xB2C660) is known color: Wild Willow. HEX triplet: B2, C6 and 60. RGB value is (178,198,96). Sum of RGB (Red+Green+Blue) = 178+198+96=472 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.71% from 472); Green value is 198 (77.73% from 255 or 41.95% from 472); Blue value is 96 (37.89% from 255 or 20.34% from 472); Max value from RGB is 198 - color contains mainly: green. Hex color #B2C660 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C660 is #4D399F. Grayscale: #B4B4B4. Windows color (decimal): -5061024 or 6342322. OLE color: 6342322.
HSL color Cylindrical-coordinate representation of color #B2C660: hue angle of 71.76º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B2C660 is Cyan = 0.10, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 178 | 198 | 96 | - |
| CMYK | 0.10 | 0 | 0.52 | 0.22 |
| HSL | 71.76º | 0.47% | 0.58% | - |
| HSV(B) | 71.76º | 0.52% | 0.78% | - |
| XYZ | 40.67 | 50.7 | 18.71 | - |
| YUV | 180.39 | 80.37 | 126.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 198 | 96 | 0.10 | 0 | 0.52 | 0.22 | 71.76 | 0.47 | 0.58 |
| Hex | B2 | C6 | 60 | A | 0 | 34 | 16 | 48 | 2F | 3A |
| Octal | 262 | 306 | 140 | 12 | 0 | 64 | 26 | 110 | 57 | 72 |
| Binary | 10110010 | 11000110 | 1100000 | 1010 | 0 | 110100 | 10110 | 1001000 | 101111 | 111010 |
Color Harmonies of #B2C660
Complementary color
Monochromatic Colors of #B2C660
Black with #B2C660
Text Example
Text Example
White with #B2C660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C660; }
p { color: rgb(178,198,96); }
H1.HeaderClassName
{
color: #B2C660;
}
.AnyTagClassName
{
color: #B2C660;
}
</style>
background-color css
<style>
a { background-color: #B2C660; }
a { background-color: rgb(178,198,96); }
div.DivClassName
{
background-color: #B2C660;
}
.BgClassName
{
background-color: #B2C660;
}
</style>
border-color css
<style>
span { border-color: #B2C660; }
span { border-color: rgb(178,198,96); }
td.TdClassName
{
border-color: #B2C660;
}
.TagClassName
{
border-color: #B2C660;
}
</style>