Shades of Wild Willow #B3C46B
Tints of Wild Willow #B3C46B
RGB
CMYK
RGB Variations
Color information
#B3C46B (or 0xB3C46B) is known color: Wild Willow. HEX triplet: B3, C4 and 6B. RGB value is (179,196,107). Sum of RGB (Red+Green+Blue) = 179+196+107=482 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.14% from 482); Green value is 196 (76.95% from 255 or 40.66% from 482); Blue value is 107 (42.19% from 255 or 22.20% from 482); Max value from RGB is 196 - color contains mainly: green. Hex color #B3C46B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3C46B is #4C3B94. Grayscale: #B5B5B5. Windows color (decimal): -4995989 or 7062707. OLE color: 7062707.
HSL color Cylindrical-coordinate representation of color #B3C46B: hue angle of 71.46º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B3C46B is Cyan = 0.09, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 179 | 196 | 107 | - |
| CMYK | 0.09 | 0 | 0.45 | 0.23 |
| HSL | 71.46º | 0.43% | 0.59% | - |
| HSV(B) | 71.46º | 0.45% | 0.77% | - |
| XYZ | 40.98 | 50.13 | 21.42 | - |
| YUV | 180.77 | 86.37 | 126.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 196 | 107 | 0.09 | 0 | 0.45 | 0.23 | 71.46 | 0.43 | 0.59 |
| Hex | B3 | C4 | 6B | 9 | 0 | 2D | 17 | 47 | 2B | 3B |
| Octal | 263 | 304 | 153 | 11 | 0 | 55 | 27 | 107 | 53 | 73 |
| Binary | 10110011 | 11000100 | 1101011 | 1001 | 0 | 101101 | 10111 | 1000111 | 101011 | 111011 |
Color Harmonies of #B3C46B
Complementary color
Monochromatic Colors of #B3C46B
Black with #B3C46B
Text Example
Text Example
White with #B3C46B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C46B; }
p { color: rgb(179,196,107); }
H1.HeaderClassName
{
color: #B3C46B;
}
.AnyTagClassName
{
color: #B3C46B;
}
</style>
background-color css
<style>
a { background-color: #B3C46B; }
a { background-color: rgb(179,196,107); }
div.DivClassName
{
background-color: #B3C46B;
}
.BgClassName
{
background-color: #B3C46B;
}
</style>
border-color css
<style>
span { border-color: #B3C46B; }
span { border-color: rgb(179,196,107); }
td.TdClassName
{
border-color: #B3C46B;
}
.TagClassName
{
border-color: #B3C46B;
}
</style>