Shades of Wild Willow #B0CC5B
Tints of Wild Willow #B0CC5B
RGB
CMYK
RGB Variations
Color information
#B0CC5B (or 0xB0CC5B) is known color: Wild Willow. HEX triplet: B0, CC and 5B. RGB value is (176,204,91). Sum of RGB (Red+Green+Blue) = 176+204+91=471 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.37% from 471); Green value is 204 (80.08% from 255 or 43.31% from 471); Blue value is 91 (35.94% from 255 or 19.32% from 471); Max value from RGB is 204 - color contains mainly: green. Hex color #B0CC5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0CC5B is #4F33A4. Grayscale: #B7B7B7. Windows color (decimal): -5190565 or 6016176. OLE color: 6016176.
HSL color Cylindrical-coordinate representation of color #B0CC5B: hue angle of 74.87º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B0CC5B is Cyan = 0.14, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 176 | 204 | 91 | - |
| CMYK | 0.14 | 0 | 0.55 | 0.2 |
| HSL | 74.87º | 0.53% | 0.58% | - |
| HSV(B) | 74.87º | 0.55% | 0.8% | - |
| XYZ | 41.39 | 53.17 | 17.98 | - |
| YUV | 182.75 | 76.22 | 123.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 204 | 91 | 0.14 | 0 | 0.55 | 0.2 | 74.87 | 0.53 | 0.58 |
| Hex | B0 | CC | 5B | E | 0 | 37 | 14 | 4B | 35 | 3A |
| Octal | 260 | 314 | 133 | 16 | 0 | 67 | 24 | 113 | 65 | 72 |
| Binary | 10110000 | 11001100 | 1011011 | 1110 | 0 | 110111 | 10100 | 1001011 | 110101 | 111010 |
Color Harmonies of #B0CC5B
Complementary color
Monochromatic Colors of #B0CC5B
Black with #B0CC5B
Text Example
Text Example
White with #B0CC5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0CC5B; }
p { color: rgb(176,204,91); }
H1.HeaderClassName
{
color: #B0CC5B;
}
.AnyTagClassName
{
color: #B0CC5B;
}
</style>
background-color css
<style>
a { background-color: #B0CC5B; }
a { background-color: rgb(176,204,91); }
div.DivClassName
{
background-color: #B0CC5B;
}
.BgClassName
{
background-color: #B0CC5B;
}
</style>
border-color css
<style>
span { border-color: #B0CC5B; }
span { border-color: rgb(176,204,91); }
td.TdClassName
{
border-color: #B0CC5B;
}
.TagClassName
{
border-color: #B0CC5B;
}
</style>