Shades of Wild Willow #B2C067
Tints of Wild Willow #B2C067
RGB
CMYK
RGB Variations
Color information
#B2C067 (or 0xB2C067) is known color: Wild Willow. HEX triplet: B2, C0 and 67. RGB value is (178,192,103). Sum of RGB (Red+Green+Blue) = 178+192+103=473 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.63% from 473); Green value is 192 (75.39% from 255 or 40.59% from 473); Blue value is 103 (40.62% from 255 or 21.78% from 473); Max value from RGB is 192 - color contains mainly: green. Hex color #B2C067 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C067 is #4D3F98. Grayscale: #B2B2B2. Windows color (decimal): -5062553 or 6799538. OLE color: 6799538.
HSL color Cylindrical-coordinate representation of color #B2C067: hue angle of 69.44º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B2C067 is Cyan = 0.07, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 178 | 192 | 103 | - |
| CMYK | 0.07 | 0 | 0.46 | 0.25 |
| HSL | 69.44º | 0.41% | 0.58% | - |
| HSV(B) | 69.44º | 0.46% | 0.75% | - |
| XYZ | 39.66 | 48.14 | 20.03 | - |
| YUV | 177.67 | 85.86 | 128.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 192 | 103 | 0.07 | 0 | 0.46 | 0.25 | 69.44 | 0.41 | 0.58 |
| Hex | B2 | C0 | 67 | 7 | 0 | 2E | 19 | 45 | 29 | 3A |
| Octal | 262 | 300 | 147 | 7 | 0 | 56 | 31 | 105 | 51 | 72 |
| Binary | 10110010 | 11000000 | 1100111 | 111 | 0 | 101110 | 11001 | 1000101 | 101001 | 111010 |
Color Harmonies of #B2C067
Complementary color
Monochromatic Colors of #B2C067
Black with #B2C067
Text Example
Text Example
White with #B2C067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C067; }
p { color: rgb(178,192,103); }
H1.HeaderClassName
{
color: #B2C067;
}
.AnyTagClassName
{
color: #B2C067;
}
</style>
background-color css
<style>
a { background-color: #B2C067; }
a { background-color: rgb(178,192,103); }
div.DivClassName
{
background-color: #B2C067;
}
.BgClassName
{
background-color: #B2C067;
}
</style>
border-color css
<style>
span { border-color: #B2C067; }
span { border-color: rgb(178,192,103); }
td.TdClassName
{
border-color: #B2C067;
}
.TagClassName
{
border-color: #B2C067;
}
</style>