Shades of Wild Willow #B5D066
Tints of Wild Willow #B5D066
RGB
CMYK
RGB Variations
Color information
#B5D066 (or 0xB5D066) is known color: Wild Willow. HEX triplet: B5, D0 and 66. RGB value is (181,208,102). Sum of RGB (Red+Green+Blue) = 181+208+102=491 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.86% from 491); Green value is 208 (81.64% from 255 or 42.36% from 491); Blue value is 102 (40.23% from 255 or 20.77% from 491); Max value from RGB is 208 - color contains mainly: green. Hex color #B5D066 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5D066 is #4A2F99. Grayscale: #BCBCBC. Windows color (decimal): -4861850 or 6738101. OLE color: 6738101.
HSL color Cylindrical-coordinate representation of color #B5D066: hue angle of 75.28º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B5D066 is Cyan = 0.13, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 181 | 208 | 102 | - |
| CMYK | 0.13 | 0 | 0.51 | 0.18 |
| HSL | 75.28º | 0.53% | 0.61% | - |
| HSV(B) | 75.28º | 0.51% | 0.82% | - |
| XYZ | 44.01 | 55.89 | 21.04 | - |
| YUV | 187.84 | 79.55 | 123.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 208 | 102 | 0.13 | 0 | 0.51 | 0.18 | 75.28 | 0.53 | 0.61 |
| Hex | B5 | D0 | 66 | D | 0 | 33 | 12 | 4B | 35 | 3D |
| Octal | 265 | 320 | 146 | 15 | 0 | 63 | 22 | 113 | 65 | 75 |
| Binary | 10110101 | 11010000 | 1100110 | 1101 | 0 | 110011 | 10010 | 1001011 | 110101 | 111101 |
Color Harmonies of #B5D066
Complementary color
Monochromatic Colors of #B5D066
Black with #B5D066
Text Example
Text Example
White with #B5D066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D066; }
p { color: rgb(181,208,102); }
H1.HeaderClassName
{
color: #B5D066;
}
.AnyTagClassName
{
color: #B5D066;
}
</style>
background-color css
<style>
a { background-color: #B5D066; }
a { background-color: rgb(181,208,102); }
div.DivClassName
{
background-color: #B5D066;
}
.BgClassName
{
background-color: #B5D066;
}
</style>
border-color css
<style>
span { border-color: #B5D066; }
span { border-color: rgb(181,208,102); }
td.TdClassName
{
border-color: #B5D066;
}
.TagClassName
{
border-color: #B5D066;
}
</style>