Shades of Wild Willow #B3CA5E
Tints of Wild Willow #B3CA5E
RGB
CMYK
RGB Variations
Color information
#B3CA5E (or 0xB3CA5E) is known color: Wild Willow. HEX triplet: B3, CA and 5E. RGB value is (179,202,94). Sum of RGB (Red+Green+Blue) = 179+202+94=475 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.68% from 475); Green value is 202 (79.30% from 255 or 42.53% from 475); Blue value is 94 (37.11% from 255 or 19.79% from 475); Max value from RGB is 202 - color contains mainly: green. Hex color #B3CA5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3CA5E is #4C35A1. Grayscale: #B7B7B7. Windows color (decimal): -4994466 or 6212275. OLE color: 6212275.
HSL color Cylindrical-coordinate representation of color #B3CA5E: hue angle of 72.78º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B3CA5E is Cyan = 0.11, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 179 | 202 | 94 | - |
| CMYK | 0.11 | 0 | 0.53 | 0.21 |
| HSL | 72.78º | 0.5% | 0.58% | - |
| HSV(B) | 72.78º | 0.53% | 0.79% | - |
| XYZ | 41.73 | 52.63 | 18.55 | - |
| YUV | 182.81 | 77.88 | 125.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 202 | 94 | 0.11 | 0 | 0.53 | 0.21 | 72.78 | 0.5 | 0.58 |
| Hex | B3 | CA | 5E | B | 0 | 35 | 15 | 49 | 32 | 3A |
| Octal | 263 | 312 | 136 | 13 | 0 | 65 | 25 | 111 | 62 | 72 |
| Binary | 10110011 | 11001010 | 1011110 | 1011 | 0 | 110101 | 10101 | 1001001 | 110010 | 111010 |
Color Harmonies of #B3CA5E
Complementary color
Monochromatic Colors of #B3CA5E
Black with #B3CA5E
Text Example
Text Example
White with #B3CA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3CA5E; }
p { color: rgb(179,202,94); }
H1.HeaderClassName
{
color: #B3CA5E;
}
.AnyTagClassName
{
color: #B3CA5E;
}
</style>
background-color css
<style>
a { background-color: #B3CA5E; }
a { background-color: rgb(179,202,94); }
div.DivClassName
{
background-color: #B3CA5E;
}
.BgClassName
{
background-color: #B3CA5E;
}
</style>
border-color css
<style>
span { border-color: #B3CA5E; }
span { border-color: rgb(179,202,94); }
td.TdClassName
{
border-color: #B3CA5E;
}
.TagClassName
{
border-color: #B3CA5E;
}
</style>