Shades of Wild Willow #B7C358
Tints of Wild Willow #B7C358
RGB
CMYK
RGB Variations
Color information
#B7C358 (or 0xB7C358) is known color: Wild Willow. HEX triplet: B7, C3 and 58. RGB value is (183,195,88). Sum of RGB (Red+Green+Blue) = 183+195+88=466 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.27% from 466); Green value is 195 (76.56% from 255 or 41.85% from 466); Blue value is 88 (34.77% from 255 or 18.88% from 466); Max value from RGB is 195 - color contains mainly: green. Hex color #B7C358 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7C358 is #483CA7. Grayscale: #B3B3B3. Windows color (decimal): -4734120 or 5817271. OLE color: 5817271.
HSL color Cylindrical-coordinate representation of color #B7C358: hue angle of 66.73º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B7C358 is Cyan = 0.06, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 183 | 195 | 88 | - |
| CMYK | 0.06 | 0 | 0.55 | 0.24 |
| HSL | 66.73º | 0.47% | 0.55% | - |
| HSV(B) | 66.73º | 0.55% | 0.76% | - |
| XYZ | 40.81 | 49.8 | 16.69 | - |
| YUV | 179.21 | 76.52 | 130.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 195 | 88 | 0.06 | 0 | 0.55 | 0.24 | 66.73 | 0.47 | 0.55 |
| Hex | B7 | C3 | 58 | 6 | 0 | 37 | 18 | 43 | 2F | 37 |
| Octal | 267 | 303 | 130 | 6 | 0 | 67 | 30 | 103 | 57 | 67 |
| Binary | 10110111 | 11000011 | 1011000 | 110 | 0 | 110111 | 11000 | 1000011 | 101111 | 110111 |
Color Harmonies of #B7C358
Complementary color
Monochromatic Colors of #B7C358
Black with #B7C358
Text Example
Text Example
White with #B7C358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7C358; }
p { color: rgb(183,195,88); }
H1.HeaderClassName
{
color: #B7C358;
}
.AnyTagClassName
{
color: #B7C358;
}
</style>
background-color css
<style>
a { background-color: #B7C358; }
a { background-color: rgb(183,195,88); }
div.DivClassName
{
background-color: #B7C358;
}
.BgClassName
{
background-color: #B7C358;
}
</style>
border-color css
<style>
span { border-color: #B7C358; }
span { border-color: rgb(183,195,88); }
td.TdClassName
{
border-color: #B7C358;
}
.TagClassName
{
border-color: #B7C358;
}
</style>