Shades of Wild Willow #B6C26E
Tints of Wild Willow #B6C26E
RGB
CMYK
RGB Variations
Color information
#B6C26E (or 0xB6C26E) is known color: Wild Willow. HEX triplet: B6, C2 and 6E. RGB value is (182,194,110). Sum of RGB (Red+Green+Blue) = 182+194+110=486 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.45% from 486); Green value is 194 (76.17% from 255 or 39.92% from 486); Blue value is 110 (43.36% from 255 or 22.63% from 486); Max value from RGB is 194 - color contains mainly: green. Hex color #B6C26E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6C26E is #493D91. Grayscale: #B5B5B5. Windows color (decimal): -4799890 or 7258806. OLE color: 7258806.
HSL color Cylindrical-coordinate representation of color #B6C26E: hue angle of 68.57º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B6C26E is Cyan = 0.06, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 182 | 194 | 110 | - |
| CMYK | 0.06 | 0 | 0.43 | 0.24 |
| HSL | 68.57º | 0.41% | 0.6% | - |
| HSV(B) | 68.57º | 0.43% | 0.76% | - |
| XYZ | 41.4 | 49.65 | 22.15 | - |
| YUV | 180.84 | 88.02 | 128.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 194 | 110 | 0.06 | 0 | 0.43 | 0.24 | 68.57 | 0.41 | 0.6 |
| Hex | B6 | C2 | 6E | 6 | 0 | 2B | 18 | 45 | 29 | 3C |
| Octal | 266 | 302 | 156 | 6 | 0 | 53 | 30 | 105 | 51 | 74 |
| Binary | 10110110 | 11000010 | 1101110 | 110 | 0 | 101011 | 11000 | 1000101 | 101001 | 111100 |
Color Harmonies of #B6C26E
Complementary color
Monochromatic Colors of #B6C26E
Black with #B6C26E
Text Example
Text Example
White with #B6C26E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6C26E; }
p { color: rgb(182,194,110); }
H1.HeaderClassName
{
color: #B6C26E;
}
.AnyTagClassName
{
color: #B6C26E;
}
</style>
background-color css
<style>
a { background-color: #B6C26E; }
a { background-color: rgb(182,194,110); }
div.DivClassName
{
background-color: #B6C26E;
}
.BgClassName
{
background-color: #B6C26E;
}
</style>
border-color css
<style>
span { border-color: #B6C26E; }
span { border-color: rgb(182,194,110); }
td.TdClassName
{
border-color: #B6C26E;
}
.TagClassName
{
border-color: #B6C26E;
}
</style>