Shades of Wild Willow #B9C26E
Tints of Wild Willow #B9C26E
RGB
CMYK
RGB Variations
Color information
#B9C26E (or 0xB9C26E) is known color: Wild Willow. HEX triplet: B9, C2 and 6E. RGB value is (185,194,110). Sum of RGB (Red+Green+Blue) = 185+194+110=489 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.83% from 489); Green value is 194 (76.17% from 255 or 39.67% from 489); Blue value is 110 (43.36% from 255 or 22.49% from 489); Max value from RGB is 194 - color contains mainly: green. Hex color #B9C26E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9C26E is #463D91. Grayscale: #B6B6B6. Windows color (decimal): -4603282 or 7258809. OLE color: 7258809.
HSL color Cylindrical-coordinate representation of color #B9C26E: hue angle of 66.43º 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 #B9C26E is Cyan = 0.05, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 185 | 194 | 110 | - |
| CMYK | 0.05 | 0 | 0.43 | 0.24 |
| HSL | 66.43º | 0.41% | 0.6% | - |
| HSV(B) | 66.43º | 0.43% | 0.76% | - |
| XYZ | 42.11 | 50.02 | 22.19 | - |
| YUV | 181.73 | 87.52 | 130.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 194 | 110 | 0.05 | 0 | 0.43 | 0.24 | 66.43 | 0.41 | 0.6 |
| Hex | B9 | C2 | 6E | 5 | 0 | 2B | 18 | 42 | 29 | 3C |
| Octal | 271 | 302 | 156 | 5 | 0 | 53 | 30 | 102 | 51 | 74 |
| Binary | 10111001 | 11000010 | 1101110 | 101 | 0 | 101011 | 11000 | 1000010 | 101001 | 111100 |
Color Harmonies of #B9C26E
Complementary color
Monochromatic Colors of #B9C26E
Black with #B9C26E
Text Example
Text Example
White with #B9C26E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C26E; }
p { color: rgb(185,194,110); }
H1.HeaderClassName
{
color: #B9C26E;
}
.AnyTagClassName
{
color: #B9C26E;
}
</style>
background-color css
<style>
a { background-color: #B9C26E; }
a { background-color: rgb(185,194,110); }
div.DivClassName
{
background-color: #B9C26E;
}
.BgClassName
{
background-color: #B9C26E;
}
</style>
border-color css
<style>
span { border-color: #B9C26E; }
span { border-color: rgb(185,194,110); }
td.TdClassName
{
border-color: #B9C26E;
}
.TagClassName
{
border-color: #B9C26E;
}
</style>