Shades of Wild Willow #B5C66A
Tints of Wild Willow #B5C66A
RGB
CMYK
RGB Variations
Color information
#B5C66A (or 0xB5C66A) is known color: Wild Willow. HEX triplet: B5, C6 and 6A. RGB value is (181,198,106). Sum of RGB (Red+Green+Blue) = 181+198+106=485 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.32% from 485); Green value is 198 (77.73% from 255 or 40.82% from 485); Blue value is 106 (41.80% from 255 or 21.86% from 485); Max value from RGB is 198 - color contains mainly: green. Hex color #B5C66A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5C66A is #4A3995. Grayscale: #B6B6B6. Windows color (decimal): -4864406 or 6997685. OLE color: 6997685.
HSL color Cylindrical-coordinate representation of color #B5C66A: hue angle of 71.09º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B5C66A is Cyan = 0.09, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 181 | 198 | 106 | - |
| CMYK | 0.09 | 0 | 0.46 | 0.22 |
| HSL | 71.09º | 0.45% | 0.6% | - |
| HSV(B) | 71.09º | 0.46% | 0.78% | - |
| XYZ | 41.85 | 51.25 | 21.32 | - |
| YUV | 182.43 | 84.87 | 126.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 198 | 106 | 0.09 | 0 | 0.46 | 0.22 | 71.09 | 0.45 | 0.6 |
| Hex | B5 | C6 | 6A | 9 | 0 | 2E | 16 | 47 | 2D | 3C |
| Octal | 265 | 306 | 152 | 11 | 0 | 56 | 26 | 107 | 55 | 74 |
| Binary | 10110101 | 11000110 | 1101010 | 1001 | 0 | 101110 | 10110 | 1000111 | 101101 | 111100 |
Color Harmonies of #B5C66A
Complementary color
Monochromatic Colors of #B5C66A
Black with #B5C66A
Text Example
Text Example
White with #B5C66A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C66A; }
p { color: rgb(181,198,106); }
H1.HeaderClassName
{
color: #B5C66A;
}
.AnyTagClassName
{
color: #B5C66A;
}
</style>
background-color css
<style>
a { background-color: #B5C66A; }
a { background-color: rgb(181,198,106); }
div.DivClassName
{
background-color: #B5C66A;
}
.BgClassName
{
background-color: #B5C66A;
}
</style>
border-color css
<style>
span { border-color: #B5C66A; }
span { border-color: rgb(181,198,106); }
td.TdClassName
{
border-color: #B5C66A;
}
.TagClassName
{
border-color: #B5C66A;
}
</style>