Shades of Wild Willow #B4BE60
Tints of Wild Willow #B4BE60
RGB
CMYK
RGB Variations
Color information
#B4BE60 (or 0xB4BE60) is known color: Wild Willow. HEX triplet: B4, BE and 60. RGB value is (180,190,96). Sum of RGB (Red+Green+Blue) = 180+190+96=466 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.63% from 466); Green value is 190 (74.61% from 255 or 40.77% from 466); Blue value is 96 (37.89% from 255 or 20.60% from 466); Max value from RGB is 190 - color contains mainly: green. Hex color #B4BE60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4BE60 is #4B419F. Grayscale: #B0B0B0. Windows color (decimal): -4932000 or 6340276. OLE color: 6340276.
HSL color Cylindrical-coordinate representation of color #B4BE60: hue angle of 66.38º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B4BE60 is Cyan = 0.05, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 180 | 190 | 96 | - |
| CMYK | 0.05 | 0 | 0.49 | 0.25 |
| HSL | 66.38º | 0.42% | 0.56% | - |
| HSV(B) | 66.38º | 0.49% | 0.75% | - |
| XYZ | 39.35 | 47.37 | 18.14 | - |
| YUV | 176.29 | 82.69 | 130.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 190 | 96 | 0.05 | 0 | 0.49 | 0.25 | 66.38 | 0.42 | 0.56 |
| Hex | B4 | BE | 60 | 5 | 0 | 31 | 19 | 42 | 2A | 38 |
| Octal | 264 | 276 | 140 | 5 | 0 | 61 | 31 | 102 | 52 | 70 |
| Binary | 10110100 | 10111110 | 1100000 | 101 | 0 | 110001 | 11001 | 1000010 | 101010 | 111000 |
Color Harmonies of #B4BE60
Complementary color
Monochromatic Colors of #B4BE60
Black with #B4BE60
Text Example
Text Example
White with #B4BE60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4BE60; }
p { color: rgb(180,190,96); }
H1.HeaderClassName
{
color: #B4BE60;
}
.AnyTagClassName
{
color: #B4BE60;
}
</style>
background-color css
<style>
a { background-color: #B4BE60; }
a { background-color: rgb(180,190,96); }
div.DivClassName
{
background-color: #B4BE60;
}
.BgClassName
{
background-color: #B4BE60;
}
</style>
border-color css
<style>
span { border-color: #B4BE60; }
span { border-color: rgb(180,190,96); }
td.TdClassName
{
border-color: #B4BE60;
}
.TagClassName
{
border-color: #B4BE60;
}
</style>