Shades of Wild Willow #B7CF6E
Tints of Wild Willow #B7CF6E
RGB
CMYK
RGB Variations
Color information
#B7CF6E (or 0xB7CF6E) is known color: Wild Willow. HEX triplet: B7, CF and 6E. RGB value is (183,207,110). Sum of RGB (Red+Green+Blue) = 183+207+110=500 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.6% from 500); Green value is 207 (81.25% from 255 or 41.4% from 500); Blue value is 110 (43.36% from 255 or 22% from 500); Max value from RGB is 207 - color contains mainly: green. Hex color #B7CF6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7CF6E is #483091. Grayscale: #BDBDBD. Windows color (decimal): -4731026 or 7262135. OLE color: 7262135.
HSL color Cylindrical-coordinate representation of color #B7CF6E: hue angle of 74.85º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B7CF6E is Cyan = 0.12, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 183 | 207 | 110 | - |
| CMYK | 0.12 | 0 | 0.47 | 0.19 |
| HSL | 74.85º | 0.5% | 0.62% | - |
| HSV(B) | 74.85º | 0.47% | 0.81% | - |
| XYZ | 44.66 | 55.82 | 23.17 | - |
| YUV | 188.77 | 83.55 | 123.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 207 | 110 | 0.12 | 0 | 0.47 | 0.19 | 74.85 | 0.5 | 0.62 |
| Hex | B7 | CF | 6E | C | 0 | 2F | 13 | 4B | 32 | 3E |
| Octal | 267 | 317 | 156 | 14 | 0 | 57 | 23 | 113 | 62 | 76 |
| Binary | 10110111 | 11001111 | 1101110 | 1100 | 0 | 101111 | 10011 | 1001011 | 110010 | 111110 |
Color Harmonies of #B7CF6E
Complementary color
Monochromatic Colors of #B7CF6E
Black with #B7CF6E
Text Example
Text Example
White with #B7CF6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7CF6E; }
p { color: rgb(183,207,110); }
H1.HeaderClassName
{
color: #B7CF6E;
}
.AnyTagClassName
{
color: #B7CF6E;
}
</style>
background-color css
<style>
a { background-color: #B7CF6E; }
a { background-color: rgb(183,207,110); }
div.DivClassName
{
background-color: #B7CF6E;
}
.BgClassName
{
background-color: #B7CF6E;
}
</style>
border-color css
<style>
span { border-color: #B7CF6E; }
span { border-color: rgb(183,207,110); }
td.TdClassName
{
border-color: #B7CF6E;
}
.TagClassName
{
border-color: #B7CF6E;
}
</style>