Shades of Wild Willow #B3C15C
Tints of Wild Willow #B3C15C
RGB
CMYK
RGB Variations
Color information
#B3C15C (or 0xB3C15C) is known color: Wild Willow. HEX triplet: B3, C1 and 5C. RGB value is (179,193,92). Sum of RGB (Red+Green+Blue) = 179+193+92=464 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.58% from 464); Green value is 193 (75.78% from 255 or 41.59% from 464); Blue value is 92 (36.33% from 255 or 19.83% from 464); Max value from RGB is 193 - color contains mainly: green. Hex color #B3C15C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3C15C is #4C3EA3. Grayscale: #B1B1B1. Windows color (decimal): -4996772 or 6078899. OLE color: 6078899.
HSL color Cylindrical-coordinate representation of color #B3C15C: hue angle of 68.32º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B3C15C is Cyan = 0.07, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 179 | 193 | 92 | - |
| CMYK | 0.07 | 0 | 0.52 | 0.24 |
| HSL | 68.32º | 0.45% | 0.56% | - |
| HSV(B) | 68.32º | 0.52% | 0.76% | - |
| XYZ | 39.59 | 48.5 | 17.4 | - |
| YUV | 177.3 | 79.86 | 129.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 193 | 92 | 0.07 | 0 | 0.52 | 0.24 | 68.32 | 0.45 | 0.56 |
| Hex | B3 | C1 | 5C | 7 | 0 | 34 | 18 | 44 | 2D | 38 |
| Octal | 263 | 301 | 134 | 7 | 0 | 64 | 30 | 104 | 55 | 70 |
| Binary | 10110011 | 11000001 | 1011100 | 111 | 0 | 110100 | 11000 | 1000100 | 101101 | 111000 |
Color Harmonies of #B3C15C
Complementary color
Monochromatic Colors of #B3C15C
Black with #B3C15C
Text Example
Text Example
White with #B3C15C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C15C; }
p { color: rgb(179,193,92); }
H1.HeaderClassName
{
color: #B3C15C;
}
.AnyTagClassName
{
color: #B3C15C;
}
</style>
background-color css
<style>
a { background-color: #B3C15C; }
a { background-color: rgb(179,193,92); }
div.DivClassName
{
background-color: #B3C15C;
}
.BgClassName
{
background-color: #B3C15C;
}
</style>
border-color css
<style>
span { border-color: #B3C15C; }
span { border-color: rgb(179,193,92); }
td.TdClassName
{
border-color: #B3C15C;
}
.TagClassName
{
border-color: #B3C15C;
}
</style>