Shades of Wild Willow #B3CF6D
Tints of Wild Willow #B3CF6D
RGB
CMYK
RGB Variations
Color information
#B3CF6D (or 0xB3CF6D) is known color: Wild Willow. HEX triplet: B3, CF and 6D. RGB value is (179,207,109). Sum of RGB (Red+Green+Blue) = 179+207+109=495 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.16% from 495); Green value is 207 (81.25% from 255 or 41.82% from 495); Blue value is 109 (42.97% from 255 or 22.02% from 495); Max value from RGB is 207 - color contains mainly: green. Hex color #B3CF6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3CF6D is #4C3092. Grayscale: #BBBBBB. Windows color (decimal): -4993171 or 7196595. OLE color: 7196595.
HSL color Cylindrical-coordinate representation of color #B3CF6D: hue angle of 77.14º degrees, saturation: 0.51, 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 #B3CF6D is Cyan = 0.14, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 179 | 207 | 109 | - |
| CMYK | 0.14 | 0 | 0.47 | 0.19 |
| HSL | 77.14º | 0.51% | 0.62% | - |
| HSV(B) | 77.14º | 0.47% | 0.81% | - |
| XYZ | 43.66 | 55.31 | 22.84 | - |
| YUV | 187.46 | 83.72 | 121.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 207 | 109 | 0.14 | 0 | 0.47 | 0.19 | 77.14 | 0.51 | 0.62 |
| Hex | B3 | CF | 6D | E | 0 | 2F | 13 | 4D | 33 | 3E |
| Octal | 263 | 317 | 155 | 16 | 0 | 57 | 23 | 115 | 63 | 76 |
| Binary | 10110011 | 11001111 | 1101101 | 1110 | 0 | 101111 | 10011 | 1001101 | 110011 | 111110 |
Color Harmonies of #B3CF6D
Complementary color
Monochromatic Colors of #B3CF6D
Black with #B3CF6D
Text Example
Text Example
White with #B3CF6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3CF6D; }
p { color: rgb(179,207,109); }
H1.HeaderClassName
{
color: #B3CF6D;
}
.AnyTagClassName
{
color: #B3CF6D;
}
</style>
background-color css
<style>
a { background-color: #B3CF6D; }
a { background-color: rgb(179,207,109); }
div.DivClassName
{
background-color: #B3CF6D;
}
.BgClassName
{
background-color: #B3CF6D;
}
</style>
border-color css
<style>
span { border-color: #B3CF6D; }
span { border-color: rgb(179,207,109); }
td.TdClassName
{
border-color: #B3CF6D;
}
.TagClassName
{
border-color: #B3CF6D;
}
</style>