Shades of Wild Willow #B2C065
Tints of Wild Willow #B2C065
RGB
CMYK
RGB Variations
Color information
#B2C065 (or 0xB2C065) is known color: Wild Willow. HEX triplet: B2, C0 and 65. RGB value is (178,192,101). Sum of RGB (Red+Green+Blue) = 178+192+101=471 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.79% from 471); Green value is 192 (75.39% from 255 or 40.76% from 471); Blue value is 101 (39.84% from 255 or 21.44% from 471); Max value from RGB is 192 - color contains mainly: green. Hex color #B2C065 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C065 is #4D3F9A. Grayscale: #B1B1B1. Windows color (decimal): -5062555 or 6668466. OLE color: 6668466.
HSL color Cylindrical-coordinate representation of color #B2C065: hue angle of 69.23º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B2C065 is Cyan = 0.07, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 178 | 192 | 101 | - |
| CMYK | 0.07 | 0 | 0.47 | 0.25 |
| HSL | 69.23º | 0.42% | 0.57% | - |
| HSV(B) | 69.23º | 0.47% | 0.75% | - |
| XYZ | 39.56 | 48.1 | 19.51 | - |
| YUV | 177.44 | 84.86 | 128.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 192 | 101 | 0.07 | 0 | 0.47 | 0.25 | 69.23 | 0.42 | 0.57 |
| Hex | B2 | C0 | 65 | 7 | 0 | 2F | 19 | 45 | 2A | 39 |
| Octal | 262 | 300 | 145 | 7 | 0 | 57 | 31 | 105 | 52 | 71 |
| Binary | 10110010 | 11000000 | 1100101 | 111 | 0 | 101111 | 11001 | 1000101 | 101010 | 111001 |
Color Harmonies of #B2C065
Complementary color
Monochromatic Colors of #B2C065
Black with #B2C065
Text Example
Text Example
White with #B2C065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C065; }
p { color: rgb(178,192,101); }
H1.HeaderClassName
{
color: #B2C065;
}
.AnyTagClassName
{
color: #B2C065;
}
</style>
background-color css
<style>
a { background-color: #B2C065; }
a { background-color: rgb(178,192,101); }
div.DivClassName
{
background-color: #B2C065;
}
.BgClassName
{
background-color: #B2C065;
}
</style>
border-color css
<style>
span { border-color: #B2C065; }
span { border-color: rgb(178,192,101); }
td.TdClassName
{
border-color: #B2C065;
}
.TagClassName
{
border-color: #B2C065;
}
</style>