Shades of Wild Willow #B3BE62
Tints of Wild Willow #B3BE62
RGB
CMYK
RGB Variations
Color information
#B3BE62 (or 0xB3BE62) is known color: Wild Willow. HEX triplet: B3, BE and 62. RGB value is (179,190,98). Sum of RGB (Red+Green+Blue) = 179+190+98=467 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.33% from 467); Green value is 190 (74.61% from 255 or 40.69% from 467); Blue value is 98 (38.67% from 255 or 20.99% from 467); Max value from RGB is 190 - color contains mainly: green. Hex color #B3BE62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3BE62 is #4C419D. Grayscale: #B0B0B0. Windows color (decimal): -4997534 or 6471347. OLE color: 6471347.
HSL color Cylindrical-coordinate representation of color #B3BE62: hue angle of 67.17º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B3BE62 is Cyan = 0.06, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 179 | 190 | 98 | - |
| CMYK | 0.06 | 0 | 0.48 | 0.25 |
| HSL | 67.17º | 0.41% | 0.56% | - |
| HSV(B) | 67.17º | 0.48% | 0.75% | - |
| XYZ | 39.21 | 47.29 | 18.62 | - |
| YUV | 176.22 | 83.86 | 129.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 190 | 98 | 0.06 | 0 | 0.48 | 0.25 | 67.17 | 0.41 | 0.56 |
| Hex | B3 | BE | 62 | 6 | 0 | 30 | 19 | 43 | 29 | 38 |
| Octal | 263 | 276 | 142 | 6 | 0 | 60 | 31 | 103 | 51 | 70 |
| Binary | 10110011 | 10111110 | 1100010 | 110 | 0 | 110000 | 11001 | 1000011 | 101001 | 111000 |
Color Harmonies of #B3BE62
Complementary color
Monochromatic Colors of #B3BE62
Black with #B3BE62
Text Example
Text Example
White with #B3BE62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3BE62; }
p { color: rgb(179,190,98); }
H1.HeaderClassName
{
color: #B3BE62;
}
.AnyTagClassName
{
color: #B3BE62;
}
</style>
background-color css
<style>
a { background-color: #B3BE62; }
a { background-color: rgb(179,190,98); }
div.DivClassName
{
background-color: #B3BE62;
}
.BgClassName
{
background-color: #B3BE62;
}
</style>
border-color css
<style>
span { border-color: #B3BE62; }
span { border-color: rgb(179,190,98); }
td.TdClassName
{
border-color: #B3BE62;
}
.TagClassName
{
border-color: #B3BE62;
}
</style>