Shades of Wild Willow #B6D265
Tints of Wild Willow #B6D265
RGB
CMYK
RGB Variations
Color information
#B6D265 (or 0xB6D265) is known color: Wild Willow. HEX triplet: B6, D2 and 65. RGB value is (182,210,101). Sum of RGB (Red+Green+Blue) = 182+210+101=493 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.92% from 493); Green value is 210 (82.42% from 255 or 42.60% from 493); Blue value is 101 (39.84% from 255 or 20.49% from 493); Max value from RGB is 210 - color contains mainly: green. Hex color #B6D265 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6D265 is #492D9A. Grayscale: #BDBDBD. Windows color (decimal): -4795803 or 6673078. OLE color: 6673078.
HSL color Cylindrical-coordinate representation of color #B6D265: hue angle of 75.41º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B6D265 is Cyan = 0.13, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 182 | 210 | 101 | - |
| CMYK | 0.13 | 0 | 0.52 | 0.18 |
| HSL | 75.41º | 0.55% | 0.61% | - |
| HSV(B) | 75.41º | 0.52% | 0.82% | - |
| XYZ | 44.69 | 56.98 | 20.95 | - |
| YUV | 189.2 | 78.22 | 122.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 210 | 101 | 0.13 | 0 | 0.52 | 0.18 | 75.41 | 0.55 | 0.61 |
| Hex | B6 | D2 | 65 | D | 0 | 34 | 12 | 4B | 37 | 3D |
| Octal | 266 | 322 | 145 | 15 | 0 | 64 | 22 | 113 | 67 | 75 |
| Binary | 10110110 | 11010010 | 1100101 | 1101 | 0 | 110100 | 10010 | 1001011 | 110111 | 111101 |
Color Harmonies of #B6D265
Complementary color
Monochromatic Colors of #B6D265
Black with #B6D265
Text Example
Text Example
White with #B6D265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6D265; }
p { color: rgb(182,210,101); }
H1.HeaderClassName
{
color: #B6D265;
}
.AnyTagClassName
{
color: #B6D265;
}
</style>
background-color css
<style>
a { background-color: #B6D265; }
a { background-color: rgb(182,210,101); }
div.DivClassName
{
background-color: #B6D265;
}
.BgClassName
{
background-color: #B6D265;
}
</style>
border-color css
<style>
span { border-color: #B6D265; }
span { border-color: rgb(182,210,101); }
td.TdClassName
{
border-color: #B6D265;
}
.TagClassName
{
border-color: #B6D265;
}
</style>