Shades of Wild Willow #B0CA5D
Tints of Wild Willow #B0CA5D
RGB
CMYK
RGB Variations
Color information
#B0CA5D (or 0xB0CA5D) is known color: Wild Willow. HEX triplet: B0, CA and 5D. RGB value is (176,202,93). Sum of RGB (Red+Green+Blue) = 176+202+93=471 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.37% from 471); Green value is 202 (79.30% from 255 or 42.89% from 471); Blue value is 93 (36.72% from 255 or 19.75% from 471); Max value from RGB is 202 - color contains mainly: green. Hex color #B0CA5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0CA5D is #4F35A2. Grayscale: #B6B6B6. Windows color (decimal): -5191075 or 6146736. OLE color: 6146736.
HSL color Cylindrical-coordinate representation of color #B0CA5D: hue angle of 74.31º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B0CA5D is Cyan = 0.13, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 176 | 202 | 93 | - |
| CMYK | 0.13 | 0 | 0.54 | 0.21 |
| HSL | 74.31º | 0.51% | 0.58% | - |
| HSV(B) | 74.31º | 0.54% | 0.79% | - |
| XYZ | 41 | 52.26 | 18.28 | - |
| YUV | 181.8 | 77.89 | 123.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 202 | 93 | 0.13 | 0 | 0.54 | 0.21 | 74.31 | 0.51 | 0.58 |
| Hex | B0 | CA | 5D | D | 0 | 36 | 15 | 4A | 33 | 3A |
| Octal | 260 | 312 | 135 | 15 | 0 | 66 | 25 | 112 | 63 | 72 |
| Binary | 10110000 | 11001010 | 1011101 | 1101 | 0 | 110110 | 10101 | 1001010 | 110011 | 111010 |
Color Harmonies of #B0CA5D
Complementary color
Monochromatic Colors of #B0CA5D
Black with #B0CA5D
Text Example
Text Example
White with #B0CA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0CA5D; }
p { color: rgb(176,202,93); }
H1.HeaderClassName
{
color: #B0CA5D;
}
.AnyTagClassName
{
color: #B0CA5D;
}
</style>
background-color css
<style>
a { background-color: #B0CA5D; }
a { background-color: rgb(176,202,93); }
div.DivClassName
{
background-color: #B0CA5D;
}
.BgClassName
{
background-color: #B0CA5D;
}
</style>
border-color css
<style>
span { border-color: #B0CA5D; }
span { border-color: rgb(176,202,93); }
td.TdClassName
{
border-color: #B0CA5D;
}
.TagClassName
{
border-color: #B0CA5D;
}
</style>