Shades of Wild Willow #B7C066
Tints of Wild Willow #B7C066
RGB
CMYK
RGB Variations
Color information
#B7C066 (or 0xB7C066) is known color: Wild Willow. HEX triplet: B7, C0 and 66. RGB value is (183,192,102). Sum of RGB (Red+Green+Blue) = 183+192+102=477 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.36% from 477); Green value is 192 (75.39% from 255 or 40.25% from 477); Blue value is 102 (40.23% from 255 or 21.38% from 477); Max value from RGB is 192 - color contains mainly: green. Hex color #B7C066 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7C066 is #483F99. Grayscale: #B3B3B3. Windows color (decimal): -4734874 or 6734007. OLE color: 6734007.
HSL color Cylindrical-coordinate representation of color #B7C066: hue angle of 66º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B7C066 is Cyan = 0.05, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 183 | 192 | 102 | - |
| CMYK | 0.05 | 0 | 0.47 | 0.25 |
| HSL | 66º | 0.42% | 0.58% | - |
| HSV(B) | 66º | 0.47% | 0.75% | - |
| XYZ | 40.78 | 48.73 | 19.83 | - |
| YUV | 179.05 | 84.52 | 130.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 192 | 102 | 0.05 | 0 | 0.47 | 0.25 | 66 | 0.42 | 0.58 |
| Hex | B7 | C0 | 66 | 5 | 0 | 2F | 19 | 42 | 2A | 3A |
| Octal | 267 | 300 | 146 | 5 | 0 | 57 | 31 | 102 | 52 | 72 |
| Binary | 10110111 | 11000000 | 1100110 | 101 | 0 | 101111 | 11001 | 1000010 | 101010 | 111010 |
Color Harmonies of #B7C066
Complementary color
Monochromatic Colors of #B7C066
Black with #B7C066
Text Example
Text Example
White with #B7C066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7C066; }
p { color: rgb(183,192,102); }
H1.HeaderClassName
{
color: #B7C066;
}
.AnyTagClassName
{
color: #B7C066;
}
</style>
background-color css
<style>
a { background-color: #B7C066; }
a { background-color: rgb(183,192,102); }
div.DivClassName
{
background-color: #B7C066;
}
.BgClassName
{
background-color: #B7C066;
}
</style>
border-color css
<style>
span { border-color: #B7C066; }
span { border-color: rgb(183,192,102); }
td.TdClassName
{
border-color: #B7C066;
}
.TagClassName
{
border-color: #B7C066;
}
</style>