Shades of Wild Willow #B7C06D
Tints of Wild Willow #B7C06D
RGB
CMYK
RGB Variations
Color information
#B7C06D (or 0xB7C06D) is known color: Wild Willow. HEX triplet: B7, C0 and 6D. RGB value is (183,192,109). Sum of RGB (Red+Green+Blue) = 183+192+109=484 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.81% from 484); Green value is 192 (75.39% from 255 or 39.67% from 484); Blue value is 109 (42.97% from 255 or 22.52% from 484); Max value from RGB is 192 - color contains mainly: green. Hex color #B7C06D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7C06D is #483F92. Grayscale: #B4B4B4. Windows color (decimal): -4734867 or 7192759. OLE color: 7192759.
HSL color Cylindrical-coordinate representation of color #B7C06D: hue angle of 66.51º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B7C06D is Cyan = 0.05, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 183 | 192 | 109 | - |
| CMYK | 0.05 | 0 | 0.43 | 0.25 |
| HSL | 66.51º | 0.4% | 0.59% | - |
| HSV(B) | 66.51º | 0.43% | 0.75% | - |
| XYZ | 41.14 | 48.87 | 21.73 | - |
| YUV | 179.85 | 88.02 | 130.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 192 | 109 | 0.05 | 0 | 0.43 | 0.25 | 66.51 | 0.4 | 0.59 |
| Hex | B7 | C0 | 6D | 5 | 0 | 2B | 19 | 43 | 28 | 3B |
| Octal | 267 | 300 | 155 | 5 | 0 | 53 | 31 | 103 | 50 | 73 |
| Binary | 10110111 | 11000000 | 1101101 | 101 | 0 | 101011 | 11001 | 1000011 | 101000 | 111011 |
Color Harmonies of #B7C06D
Complementary color
Monochromatic Colors of #B7C06D
Black with #B7C06D
Text Example
Text Example
White with #B7C06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7C06D; }
p { color: rgb(183,192,109); }
H1.HeaderClassName
{
color: #B7C06D;
}
.AnyTagClassName
{
color: #B7C06D;
}
</style>
background-color css
<style>
a { background-color: #B7C06D; }
a { background-color: rgb(183,192,109); }
div.DivClassName
{
background-color: #B7C06D;
}
.BgClassName
{
background-color: #B7C06D;
}
</style>
border-color css
<style>
span { border-color: #B7C06D; }
span { border-color: rgb(183,192,109); }
td.TdClassName
{
border-color: #B7C06D;
}
.TagClassName
{
border-color: #B7C06D;
}
</style>