Shades of Wild Willow #B7C35E
Tints of Wild Willow #B7C35E
RGB
CMYK
RGB Variations
Color information
#B7C35E (or 0xB7C35E) is known color: Wild Willow. HEX triplet: B7, C3 and 5E. RGB value is (183,195,94). Sum of RGB (Red+Green+Blue) = 183+195+94=472 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.77% from 472); Green value is 195 (76.56% from 255 or 41.31% from 472); Blue value is 94 (37.11% from 255 or 19.92% from 472); Max value from RGB is 195 - color contains mainly: green. Hex color #B7C35E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7C35E is #483CA1. Grayscale: #B4B4B4. Windows color (decimal): -4734114 or 6210487. OLE color: 6210487.
HSL color Cylindrical-coordinate representation of color #B7C35E: hue angle of 67.13º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B7C35E is Cyan = 0.06, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 183 | 195 | 94 | - |
| CMYK | 0.06 | 0 | 0.52 | 0.24 |
| HSL | 67.13º | 0.46% | 0.57% | - |
| HSV(B) | 67.13º | 0.52% | 0.76% | - |
| XYZ | 41.06 | 49.91 | 18.06 | - |
| YUV | 179.9 | 79.52 | 130.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 195 | 94 | 0.06 | 0 | 0.52 | 0.24 | 67.13 | 0.46 | 0.57 |
| Hex | B7 | C3 | 5E | 6 | 0 | 34 | 18 | 43 | 2E | 39 |
| Octal | 267 | 303 | 136 | 6 | 0 | 64 | 30 | 103 | 56 | 71 |
| Binary | 10110111 | 11000011 | 1011110 | 110 | 0 | 110100 | 11000 | 1000011 | 101110 | 111001 |
Color Harmonies of #B7C35E
Complementary color
Monochromatic Colors of #B7C35E
Black with #B7C35E
Text Example
Text Example
White with #B7C35E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7C35E; }
p { color: rgb(183,195,94); }
H1.HeaderClassName
{
color: #B7C35E;
}
.AnyTagClassName
{
color: #B7C35E;
}
</style>
background-color css
<style>
a { background-color: #B7C35E; }
a { background-color: rgb(183,195,94); }
div.DivClassName
{
background-color: #B7C35E;
}
.BgClassName
{
background-color: #B7C35E;
}
</style>
border-color css
<style>
span { border-color: #B7C35E; }
span { border-color: rgb(183,195,94); }
td.TdClassName
{
border-color: #B7C35E;
}
.TagClassName
{
border-color: #B7C35E;
}
</style>