Shades of Wild Willow #B3CF6E
Tints of Wild Willow #B3CF6E
RGB
CMYK
RGB Variations
Color information
#B3CF6E (or 0xB3CF6E) is known color: Wild Willow. HEX triplet: B3, CF and 6E. RGB value is (179,207,110). Sum of RGB (Red+Green+Blue) = 179+207+110=496 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.09% from 496); Green value is 207 (81.25% from 255 or 41.73% from 496); Blue value is 110 (43.36% from 255 or 22.18% from 496); Max value from RGB is 207 - color contains mainly: green. Hex color #B3CF6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3CF6E is #4C3091. Grayscale: #BBBBBB. Windows color (decimal): -4993170 or 7262131. OLE color: 7262131.
HSL color Cylindrical-coordinate representation of color #B3CF6E: hue angle of 77.32º 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 #B3CF6E is Cyan = 0.14, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 179 | 207 | 110 | - |
| CMYK | 0.14 | 0 | 0.47 | 0.19 |
| HSL | 77.32º | 0.5% | 0.62% | - |
| HSV(B) | 77.32º | 0.47% | 0.81% | - |
| XYZ | 43.72 | 55.34 | 23.13 | - |
| YUV | 187.57 | 84.22 | 121.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 207 | 110 | 0.14 | 0 | 0.47 | 0.19 | 77.32 | 0.5 | 0.62 |
| Hex | B3 | CF | 6E | E | 0 | 2F | 13 | 4D | 32 | 3E |
| Octal | 263 | 317 | 156 | 16 | 0 | 57 | 23 | 115 | 62 | 76 |
| Binary | 10110011 | 11001111 | 1101110 | 1110 | 0 | 101111 | 10011 | 1001101 | 110010 | 111110 |
Color Harmonies of #B3CF6E
Complementary color
Monochromatic Colors of #B3CF6E
Black with #B3CF6E
Text Example
Text Example
White with #B3CF6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3CF6E; }
p { color: rgb(179,207,110); }
H1.HeaderClassName
{
color: #B3CF6E;
}
.AnyTagClassName
{
color: #B3CF6E;
}
</style>
background-color css
<style>
a { background-color: #B3CF6E; }
a { background-color: rgb(179,207,110); }
div.DivClassName
{
background-color: #B3CF6E;
}
.BgClassName
{
background-color: #B3CF6E;
}
</style>
border-color css
<style>
span { border-color: #B3CF6E; }
span { border-color: rgb(179,207,110); }
td.TdClassName
{
border-color: #B3CF6E;
}
.TagClassName
{
border-color: #B3CF6E;
}
</style>