Shades of Wild Willow #B7C36D
Tints of Wild Willow #B7C36D
RGB
CMYK
RGB Variations
Color information
#B7C36D (or 0xB7C36D) is known color: Wild Willow. HEX triplet: B7, C3 and 6D. RGB value is (183,195,109). Sum of RGB (Red+Green+Blue) = 183+195+109=487 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.58% from 487); Green value is 195 (76.56% from 255 or 40.04% from 487); Blue value is 109 (42.97% from 255 or 22.38% from 487); Max value from RGB is 195 - color contains mainly: green. Hex color #B7C36D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7C36D is #483C92. Grayscale: #B5B5B5. Windows color (decimal): -4734099 or 7193527. OLE color: 7193527.
HSL color Cylindrical-coordinate representation of color #B7C36D: hue angle of 68.37º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B7C36D is Cyan = 0.06, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 183 | 195 | 109 | - |
| CMYK | 0.06 | 0 | 0.44 | 0.24 |
| HSL | 68.37º | 0.42% | 0.6% | - |
| HSV(B) | 68.37º | 0.44% | 0.76% | - |
| XYZ | 41.8 | 50.2 | 21.95 | - |
| YUV | 181.61 | 87.02 | 128.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 195 | 109 | 0.06 | 0 | 0.44 | 0.24 | 68.37 | 0.42 | 0.6 |
| Hex | B7 | C3 | 6D | 6 | 0 | 2C | 18 | 44 | 2A | 3C |
| Octal | 267 | 303 | 155 | 6 | 0 | 54 | 30 | 104 | 52 | 74 |
| Binary | 10110111 | 11000011 | 1101101 | 110 | 0 | 101100 | 11000 | 1000100 | 101010 | 111100 |
Color Harmonies of #B7C36D
Complementary color
Monochromatic Colors of #B7C36D
Black with #B7C36D
Text Example
Text Example
White with #B7C36D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7C36D; }
p { color: rgb(183,195,109); }
H1.HeaderClassName
{
color: #B7C36D;
}
.AnyTagClassName
{
color: #B7C36D;
}
</style>
background-color css
<style>
a { background-color: #B7C36D; }
a { background-color: rgb(183,195,109); }
div.DivClassName
{
background-color: #B7C36D;
}
.BgClassName
{
background-color: #B7C36D;
}
</style>
border-color css
<style>
span { border-color: #B7C36D; }
span { border-color: rgb(183,195,109); }
td.TdClassName
{
border-color: #B7C36D;
}
.TagClassName
{
border-color: #B7C36D;
}
</style>