Shades of Wild Willow #B7C967
Tints of Wild Willow #B7C967
RGB
CMYK
RGB Variations
Color information
#B7C967 (or 0xB7C967) is known color: Wild Willow. HEX triplet: B7, C9 and 67. RGB value is (183,201,103). Sum of RGB (Red+Green+Blue) = 183+201+103=487 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.58% from 487); Green value is 201 (78.91% from 255 or 41.27% from 487); Blue value is 103 (40.62% from 255 or 21.15% from 487); Max value from RGB is 201 - color contains mainly: green. Hex color #B7C967 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7C967 is #483698. Grayscale: #B8B8B8. Windows color (decimal): -4732569 or 6801847. OLE color: 6801847.
HSL color Cylindrical-coordinate representation of color #B7C967: hue angle of 71.02º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B7C967 is Cyan = 0.09, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 183 | 201 | 103 | - |
| CMYK | 0.09 | 0 | 0.49 | 0.21 |
| HSL | 71.02º | 0.48% | 0.6% | - |
| HSV(B) | 71.02º | 0.49% | 0.79% | - |
| XYZ | 42.86 | 52.82 | 20.77 | - |
| YUV | 184.45 | 82.04 | 126.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 201 | 103 | 0.09 | 0 | 0.49 | 0.21 | 71.02 | 0.48 | 0.6 |
| Hex | B7 | C9 | 67 | 9 | 0 | 31 | 15 | 47 | 30 | 3C |
| Octal | 267 | 311 | 147 | 11 | 0 | 61 | 25 | 107 | 60 | 74 |
| Binary | 10110111 | 11001001 | 1100111 | 1001 | 0 | 110001 | 10101 | 1000111 | 110000 | 111100 |
Color Harmonies of #B7C967
Complementary color
Monochromatic Colors of #B7C967
Black with #B7C967
Text Example
Text Example
White with #B7C967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7C967; }
p { color: rgb(183,201,103); }
H1.HeaderClassName
{
color: #B7C967;
}
.AnyTagClassName
{
color: #B7C967;
}
</style>
background-color css
<style>
a { background-color: #B7C967; }
a { background-color: rgb(183,201,103); }
div.DivClassName
{
background-color: #B7C967;
}
.BgClassName
{
background-color: #B7C967;
}
</style>
border-color css
<style>
span { border-color: #B7C967; }
span { border-color: rgb(183,201,103); }
td.TdClassName
{
border-color: #B7C967;
}
.TagClassName
{
border-color: #B7C967;
}
</style>