Shades of Wild Willow #B5C26B
Tints of Wild Willow #B5C26B
RGB
CMYK
RGB Variations
Color information
#B5C26B (or 0xB5C26B) is known color: Wild Willow. HEX triplet: B5, C2 and 6B. RGB value is (181,194,107). Sum of RGB (Red+Green+Blue) = 181+194+107=482 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.55% from 482); Green value is 194 (76.17% from 255 or 40.25% from 482); Blue value is 107 (42.19% from 255 or 22.20% from 482); Max value from RGB is 194 - color contains mainly: green. Hex color #B5C26B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5C26B is #4A3D94. Grayscale: #B4B4B4. Windows color (decimal): -4865429 or 7062197. OLE color: 7062197.
HSL color Cylindrical-coordinate representation of color #B5C26B: hue angle of 68.97º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B5C26B is Cyan = 0.07, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 194 | 107 | - |
| CMYK | 0.07 | 0 | 0.45 | 0.24 |
| HSL | 68.97º | 0.42% | 0.59% | - |
| HSV(B) | 68.97º | 0.45% | 0.76% | - |
| XYZ | 41 | 49.47 | 21.3 | - |
| YUV | 180.2 | 86.69 | 128.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 194 | 107 | 0.07 | 0 | 0.45 | 0.24 | 68.97 | 0.42 | 0.59 |
| Hex | B5 | C2 | 6B | 7 | 0 | 2D | 18 | 45 | 2A | 3B |
| Octal | 265 | 302 | 153 | 7 | 0 | 55 | 30 | 105 | 52 | 73 |
| Binary | 10110101 | 11000010 | 1101011 | 111 | 0 | 101101 | 11000 | 1000101 | 101010 | 111011 |
Color Harmonies of #B5C26B
Complementary color
Monochromatic Colors of #B5C26B
Black with #B5C26B
Text Example
Text Example
White with #B5C26B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C26B; }
p { color: rgb(181,194,107); }
H1.HeaderClassName
{
color: #B5C26B;
}
.AnyTagClassName
{
color: #B5C26B;
}
</style>
background-color css
<style>
a { background-color: #B5C26B; }
a { background-color: rgb(181,194,107); }
div.DivClassName
{
background-color: #B5C26B;
}
.BgClassName
{
background-color: #B5C26B;
}
</style>
border-color css
<style>
span { border-color: #B5C26B; }
span { border-color: rgb(181,194,107); }
td.TdClassName
{
border-color: #B5C26B;
}
.TagClassName
{
border-color: #B5C26B;
}
</style>