Shades of Wild Willow #B5C364
Tints of Wild Willow #B5C364
RGB
CMYK
RGB Variations
Color information
#B5C364 (or 0xB5C364) is known color: Wild Willow. HEX triplet: B5, C3 and 64. RGB value is (181,195,100). Sum of RGB (Red+Green+Blue) = 181+195+100=476 (63% of max value = 765). Red value is 181 (71.09% from 255 or 38.03% from 476); Green value is 195 (76.56% from 255 or 40.97% from 476); Blue value is 100 (39.45% from 255 or 21.01% from 476); Max value from RGB is 195 - color contains mainly: green. Hex color #B5C364 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5C364 is #4A3C9B. Grayscale: #B4B4B4. Windows color (decimal): -4865180 or 6603701. OLE color: 6603701.
HSL color Cylindrical-coordinate representation of color #B5C364: hue angle of 68.84º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B5C364 is Cyan = 0.07, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 195 | 100 | - |
| CMYK | 0.07 | 0 | 0.49 | 0.24 |
| HSL | 68.84º | 0.44% | 0.58% | - |
| HSV(B) | 68.84º | 0.49% | 0.76% | - |
| XYZ | 40.87 | 49.77 | 19.51 | - |
| YUV | 179.98 | 82.86 | 128.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 195 | 100 | 0.07 | 0 | 0.49 | 0.24 | 68.84 | 0.44 | 0.58 |
| Hex | B5 | C3 | 64 | 7 | 0 | 31 | 18 | 45 | 2C | 3A |
| Octal | 265 | 303 | 144 | 7 | 0 | 61 | 30 | 105 | 54 | 72 |
| Binary | 10110101 | 11000011 | 1100100 | 111 | 0 | 110001 | 11000 | 1000101 | 101100 | 111010 |
Color Harmonies of #B5C364
Complementary color
Monochromatic Colors of #B5C364
Black with #B5C364
Text Example
Text Example
White with #B5C364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C364; }
p { color: rgb(181,195,100); }
H1.HeaderClassName
{
color: #B5C364;
}
.AnyTagClassName
{
color: #B5C364;
}
</style>
background-color css
<style>
a { background-color: #B5C364; }
a { background-color: rgb(181,195,100); }
div.DivClassName
{
background-color: #B5C364;
}
.BgClassName
{
background-color: #B5C364;
}
</style>
border-color css
<style>
span { border-color: #B5C364; }
span { border-color: rgb(181,195,100); }
td.TdClassName
{
border-color: #B5C364;
}
.TagClassName
{
border-color: #B5C364;
}
</style>