Shades of Wild Willow #B3C067
Tints of Wild Willow #B3C067
RGB
CMYK
RGB Variations
Color information
#B3C067 (or 0xB3C067) is known color: Wild Willow. HEX triplet: B3, C0 and 67. RGB value is (179,192,103). Sum of RGB (Red+Green+Blue) = 179+192+103=474 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.76% from 474); Green value is 192 (75.39% from 255 or 40.51% from 474); Blue value is 103 (40.62% from 255 or 21.73% from 474); Max value from RGB is 192 - color contains mainly: green. Hex color #B3C067 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3C067 is #4C3F98. Grayscale: #B2B2B2. Windows color (decimal): -4997017 or 6799539. OLE color: 6799539.
HSL color Cylindrical-coordinate representation of color #B3C067: hue angle of 68.76º 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 #B3C067 is Cyan = 0.07, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 179 | 192 | 103 | - |
| CMYK | 0.07 | 0 | 0.46 | 0.25 |
| HSL | 68.76º | 0.41% | 0.58% | - |
| HSV(B) | 68.76º | 0.46% | 0.75% | - |
| XYZ | 39.89 | 48.26 | 20.05 | - |
| YUV | 177.97 | 85.69 | 128.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 192 | 103 | 0.07 | 0 | 0.46 | 0.25 | 68.76 | 0.41 | 0.58 |
| Hex | B3 | C0 | 67 | 7 | 0 | 2E | 19 | 45 | 29 | 3A |
| Octal | 263 | 300 | 147 | 7 | 0 | 56 | 31 | 105 | 51 | 72 |
| Binary | 10110011 | 11000000 | 1100111 | 111 | 0 | 101110 | 11001 | 1000101 | 101001 | 111010 |
Color Harmonies of #B3C067
Complementary color
Monochromatic Colors of #B3C067
Black with #B3C067
Text Example
Text Example
White with #B3C067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C067; }
p { color: rgb(179,192,103); }
H1.HeaderClassName
{
color: #B3C067;
}
.AnyTagClassName
{
color: #B3C067;
}
</style>
background-color css
<style>
a { background-color: #B3C067; }
a { background-color: rgb(179,192,103); }
div.DivClassName
{
background-color: #B3C067;
}
.BgClassName
{
background-color: #B3C067;
}
</style>
border-color css
<style>
span { border-color: #B3C067; }
span { border-color: rgb(179,192,103); }
td.TdClassName
{
border-color: #B3C067;
}
.TagClassName
{
border-color: #B3C067;
}
</style>