Shades of Wild Willow #B0C26C
Tints of Wild Willow #B0C26C
RGB
CMYK
RGB Variations
Color information
#B0C26C (or 0xB0C26C) is known color: Wild Willow. HEX triplet: B0, C2 and 6C. RGB value is (176,194,108). Sum of RGB (Red+Green+Blue) = 176+194+108=478 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.82% from 478); Green value is 194 (76.17% from 255 or 40.59% from 478); Blue value is 108 (42.58% from 255 or 22.59% from 478); Max value from RGB is 194 - color contains mainly: green. Hex color #B0C26C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C26C is #4F3D93. Grayscale: #B3B3B3. Windows color (decimal): -5193108 or 7127728. OLE color: 7127728.
HSL color Cylindrical-coordinate representation of color #B0C26C: hue angle of 72.56º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B0C26C is Cyan = 0.09, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 176 | 194 | 108 | - |
| CMYK | 0.09 | 0 | 0.44 | 0.24 |
| HSL | 72.56º | 0.41% | 0.59% | - |
| HSV(B) | 72.56º | 0.44% | 0.76% | - |
| XYZ | 39.9 | 48.9 | 21.52 | - |
| YUV | 178.81 | 88.04 | 125.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 194 | 108 | 0.09 | 0 | 0.44 | 0.24 | 72.56 | 0.41 | 0.59 |
| Hex | B0 | C2 | 6C | 9 | 0 | 2C | 18 | 49 | 29 | 3B |
| Octal | 260 | 302 | 154 | 11 | 0 | 54 | 30 | 111 | 51 | 73 |
| Binary | 10110000 | 11000010 | 1101100 | 1001 | 0 | 101100 | 11000 | 1001001 | 101001 | 111011 |
Color Harmonies of #B0C26C
Complementary color
Monochromatic Colors of #B0C26C
Black with #B0C26C
Text Example
Text Example
White with #B0C26C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C26C; }
p { color: rgb(176,194,108); }
H1.HeaderClassName
{
color: #B0C26C;
}
.AnyTagClassName
{
color: #B0C26C;
}
</style>
background-color css
<style>
a { background-color: #B0C26C; }
a { background-color: rgb(176,194,108); }
div.DivClassName
{
background-color: #B0C26C;
}
.BgClassName
{
background-color: #B0C26C;
}
</style>
border-color css
<style>
span { border-color: #B0C26C; }
span { border-color: rgb(176,194,108); }
td.TdClassName
{
border-color: #B0C26C;
}
.TagClassName
{
border-color: #B0C26C;
}
</style>