Shades of Wild Willow #B0C36B
Tints of Wild Willow #B0C36B
RGB
CMYK
RGB Variations
Color information
#B0C36B (or 0xB0C36B) is known color: Wild Willow. HEX triplet: B0, C3 and 6B. RGB value is (176,195,107). Sum of RGB (Red+Green+Blue) = 176+195+107=478 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.82% from 478); Green value is 195 (76.56% from 255 or 40.79% from 478); Blue value is 107 (42.19% from 255 or 22.38% from 478); Max value from RGB is 195 - color contains mainly: green. Hex color #B0C36B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C36B is #4F3C94. Grayscale: #B3B3B3. Windows color (decimal): -5192853 or 7062448. OLE color: 7062448.
HSL color Cylindrical-coordinate representation of color #B0C36B: hue angle of 72.95º 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 #B0C36B is Cyan = 0.10, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 176 | 195 | 107 | - |
| CMYK | 0.10 | 0 | 0.45 | 0.24 |
| HSL | 72.95º | 0.42% | 0.59% | - |
| HSV(B) | 72.95º | 0.45% | 0.76% | - |
| XYZ | 40.07 | 49.32 | 21.32 | - |
| YUV | 179.29 | 87.21 | 125.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 195 | 107 | 0.10 | 0 | 0.45 | 0.24 | 72.95 | 0.42 | 0.59 |
| Hex | B0 | C3 | 6B | A | 0 | 2D | 18 | 49 | 2A | 3B |
| Octal | 260 | 303 | 153 | 12 | 0 | 55 | 30 | 111 | 52 | 73 |
| Binary | 10110000 | 11000011 | 1101011 | 1010 | 0 | 101101 | 11000 | 1001001 | 101010 | 111011 |
Color Harmonies of #B0C36B
Complementary color
Monochromatic Colors of #B0C36B
Black with #B0C36B
Text Example
Text Example
White with #B0C36B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C36B; }
p { color: rgb(176,195,107); }
H1.HeaderClassName
{
color: #B0C36B;
}
.AnyTagClassName
{
color: #B0C36B;
}
</style>
background-color css
<style>
a { background-color: #B0C36B; }
a { background-color: rgb(176,195,107); }
div.DivClassName
{
background-color: #B0C36B;
}
.BgClassName
{
background-color: #B0C36B;
}
</style>
border-color css
<style>
span { border-color: #B0C36B; }
span { border-color: rgb(176,195,107); }
td.TdClassName
{
border-color: #B0C36B;
}
.TagClassName
{
border-color: #B0C36B;
}
</style>