Shades of Wild Willow #B6D05E
Tints of Wild Willow #B6D05E
RGB
CMYK
RGB Variations
Color information
#B6D05E (or 0xB6D05E) is known color: Wild Willow. HEX triplet: B6, D0 and 5E. RGB value is (182,208,94). Sum of RGB (Red+Green+Blue) = 182+208+94=484 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.60% from 484); Green value is 208 (81.64% from 255 or 42.98% from 484); Blue value is 94 (37.11% from 255 or 19.42% from 484); Max value from RGB is 208 - color contains mainly: green. Hex color #B6D05E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6D05E is #492FA1. Grayscale: #BBBBBB. Windows color (decimal): -4796322 or 6213814. OLE color: 6213814.
HSL color Cylindrical-coordinate representation of color #B6D05E: hue angle of 73.68º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B6D05E is Cyan = 0.12, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 182 | 208 | 94 | - |
| CMYK | 0.12 | 0 | 0.55 | 0.18 |
| HSL | 73.68º | 0.55% | 0.59% | - |
| HSV(B) | 73.68º | 0.55% | 0.82% | - |
| XYZ | 43.87 | 55.86 | 19.06 | - |
| YUV | 187.23 | 75.39 | 124.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 208 | 94 | 0.12 | 0 | 0.55 | 0.18 | 73.68 | 0.55 | 0.59 |
| Hex | B6 | D0 | 5E | C | 0 | 37 | 12 | 4A | 37 | 3B |
| Octal | 266 | 320 | 136 | 14 | 0 | 67 | 22 | 112 | 67 | 73 |
| Binary | 10110110 | 11010000 | 1011110 | 1100 | 0 | 110111 | 10010 | 1001010 | 110111 | 111011 |
Color Harmonies of #B6D05E
Complementary color
Monochromatic Colors of #B6D05E
Black with #B6D05E
Text Example
Text Example
White with #B6D05E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6D05E; }
p { color: rgb(182,208,94); }
H1.HeaderClassName
{
color: #B6D05E;
}
.AnyTagClassName
{
color: #B6D05E;
}
</style>
background-color css
<style>
a { background-color: #B6D05E; }
a { background-color: rgb(182,208,94); }
div.DivClassName
{
background-color: #B6D05E;
}
.BgClassName
{
background-color: #B6D05E;
}
</style>
border-color css
<style>
span { border-color: #B6D05E; }
span { border-color: rgb(182,208,94); }
td.TdClassName
{
border-color: #B6D05E;
}
.TagClassName
{
border-color: #B6D05E;
}
</style>