Shades of Wild Willow #B0CC6C
Tints of Wild Willow #B0CC6C
RGB
CMYK
RGB Variations
Color information
#B0CC6C (or 0xB0CC6C) is known color: Wild Willow. HEX triplet: B0, CC and 6C. RGB value is (176,204,108). Sum of RGB (Red+Green+Blue) = 176+204+108=488 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.07% from 488); Green value is 204 (80.08% from 255 or 41.80% from 488); Blue value is 108 (42.58% from 255 or 22.13% from 488); Max value from RGB is 204 - color contains mainly: green. Hex color #B0CC6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0CC6C is #4F3393. Grayscale: #B9B9B9. Windows color (decimal): -5190548 or 7130288. OLE color: 7130288.
HSL color Cylindrical-coordinate representation of color #B0CC6C: hue angle of 77.5º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B0CC6C is Cyan = 0.14, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 176 | 204 | 108 | - |
| CMYK | 0.14 | 0 | 0.47 | 0.2 |
| HSL | 77.5º | 0.48% | 0.61% | - |
| HSV(B) | 77.5º | 0.47% | 0.8% | - |
| XYZ | 42.2 | 53.5 | 22.29 | - |
| YUV | 184.68 | 84.72 | 121.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 204 | 108 | 0.14 | 0 | 0.47 | 0.2 | 77.5 | 0.48 | 0.61 |
| Hex | B0 | CC | 6C | E | 0 | 2F | 14 | 4E | 30 | 3D |
| Octal | 260 | 314 | 154 | 16 | 0 | 57 | 24 | 116 | 60 | 75 |
| Binary | 10110000 | 11001100 | 1101100 | 1110 | 0 | 101111 | 10100 | 1001110 | 110000 | 111101 |
Color Harmonies of #B0CC6C
Complementary color
Monochromatic Colors of #B0CC6C
Black with #B0CC6C
Text Example
Text Example
White with #B0CC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0CC6C; }
p { color: rgb(176,204,108); }
H1.HeaderClassName
{
color: #B0CC6C;
}
.AnyTagClassName
{
color: #B0CC6C;
}
</style>
background-color css
<style>
a { background-color: #B0CC6C; }
a { background-color: rgb(176,204,108); }
div.DivClassName
{
background-color: #B0CC6C;
}
.BgClassName
{
background-color: #B0CC6C;
}
</style>
border-color css
<style>
span { border-color: #B0CC6C; }
span { border-color: rgb(176,204,108); }
td.TdClassName
{
border-color: #B0CC6C;
}
.TagClassName
{
border-color: #B0CC6C;
}
</style>