Shades of Wild Willow #B7C16C
Tints of Wild Willow #B7C16C
RGB
CMYK
RGB Variations
Color information
#B7C16C (or 0xB7C16C) is known color: Wild Willow. HEX triplet: B7, C1 and 6C. RGB value is (183,193,108). Sum of RGB (Red+Green+Blue) = 183+193+108=484 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.81% from 484); Green value is 193 (75.78% from 255 or 39.88% from 484); Blue value is 108 (42.58% from 255 or 22.31% from 484); Max value from RGB is 193 - color contains mainly: green. Hex color #B7C16C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7C16C is #483E93. Grayscale: #B4B4B4. Windows color (decimal): -4734612 or 7127479. OLE color: 7127479.
HSL color Cylindrical-coordinate representation of color #B7C16C: hue angle of 67.06º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B7C16C is Cyan = 0.05, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 183 | 193 | 108 | - |
| CMYK | 0.05 | 0 | 0.44 | 0.24 |
| HSL | 67.06º | 0.41% | 0.59% | - |
| HSV(B) | 67.06º | 0.44% | 0.76% | - |
| XYZ | 41.31 | 49.29 | 21.52 | - |
| YUV | 180.32 | 87.19 | 129.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 193 | 108 | 0.05 | 0 | 0.44 | 0.24 | 67.06 | 0.41 | 0.59 |
| Hex | B7 | C1 | 6C | 5 | 0 | 2C | 18 | 43 | 29 | 3B |
| Octal | 267 | 301 | 154 | 5 | 0 | 54 | 30 | 103 | 51 | 73 |
| Binary | 10110111 | 11000001 | 1101100 | 101 | 0 | 101100 | 11000 | 1000011 | 101001 | 111011 |
Color Harmonies of #B7C16C
Complementary color
Monochromatic Colors of #B7C16C
Black with #B7C16C
Text Example
Text Example
White with #B7C16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7C16C; }
p { color: rgb(183,193,108); }
H1.HeaderClassName
{
color: #B7C16C;
}
.AnyTagClassName
{
color: #B7C16C;
}
</style>
background-color css
<style>
a { background-color: #B7C16C; }
a { background-color: rgb(183,193,108); }
div.DivClassName
{
background-color: #B7C16C;
}
.BgClassName
{
background-color: #B7C16C;
}
</style>
border-color css
<style>
span { border-color: #B7C16C; }
span { border-color: rgb(183,193,108); }
td.TdClassName
{
border-color: #B7C16C;
}
.TagClassName
{
border-color: #B7C16C;
}
</style>