Shades of Wild Willow #B3C26D
Tints of Wild Willow #B3C26D
RGB
CMYK
RGB Variations
Color information
#B3C26D (or 0xB3C26D) is known color: Wild Willow. HEX triplet: B3, C2 and 6D. RGB value is (179,194,109). Sum of RGB (Red+Green+Blue) = 179+194+109=482 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.14% from 482); Green value is 194 (76.17% from 255 or 40.25% from 482); Blue value is 109 (42.97% from 255 or 22.61% from 482); Max value from RGB is 194 - color contains mainly: green. Hex color #B3C26D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3C26D is #4C3D92. Grayscale: #B4B4B4. Windows color (decimal): -4996499 or 7193267. OLE color: 7193267.
HSL color Cylindrical-coordinate representation of color #B3C26D: hue angle of 70.59º 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 #B3C26D is Cyan = 0.08, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 179 | 194 | 109 | - |
| CMYK | 0.08 | 0 | 0.44 | 0.24 |
| HSL | 70.59º | 0.41% | 0.59% | - |
| HSV(B) | 70.59º | 0.44% | 0.76% | - |
| XYZ | 40.64 | 49.27 | 21.84 | - |
| YUV | 179.83 | 88.03 | 127.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 194 | 109 | 0.08 | 0 | 0.44 | 0.24 | 70.59 | 0.41 | 0.59 |
| Hex | B3 | C2 | 6D | 8 | 0 | 2C | 18 | 47 | 29 | 3B |
| Octal | 263 | 302 | 155 | 10 | 0 | 54 | 30 | 107 | 51 | 73 |
| Binary | 10110011 | 11000010 | 1101101 | 1000 | 0 | 101100 | 11000 | 1000111 | 101001 | 111011 |
Color Harmonies of #B3C26D
Complementary color
Monochromatic Colors of #B3C26D
Black with #B3C26D
Text Example
Text Example
White with #B3C26D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C26D; }
p { color: rgb(179,194,109); }
H1.HeaderClassName
{
color: #B3C26D;
}
.AnyTagClassName
{
color: #B3C26D;
}
</style>
background-color css
<style>
a { background-color: #B3C26D; }
a { background-color: rgb(179,194,109); }
div.DivClassName
{
background-color: #B3C26D;
}
.BgClassName
{
background-color: #B3C26D;
}
</style>
border-color css
<style>
span { border-color: #B3C26D; }
span { border-color: rgb(179,194,109); }
td.TdClassName
{
border-color: #B3C26D;
}
.TagClassName
{
border-color: #B3C26D;
}
</style>