Shades of Wild Willow #B1CA5B
Tints of Wild Willow #B1CA5B
RGB
CMYK
RGB Variations
Color information
#B1CA5B (or 0xB1CA5B) is known color: Wild Willow. HEX triplet: B1, CA and 5B. RGB value is (177,202,91). Sum of RGB (Red+Green+Blue) = 177+202+91=470 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.66% from 470); Green value is 202 (79.30% from 255 or 42.98% from 470); Blue value is 91 (35.94% from 255 or 19.36% from 470); Max value from RGB is 202 - color contains mainly: green. Hex color #B1CA5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1CA5B is #4E35A4. Grayscale: #B6B6B6. Windows color (decimal): -5125541 or 6015665. OLE color: 6015665.
HSL color Cylindrical-coordinate representation of color #B1CA5B: hue angle of 73.51º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B1CA5B is Cyan = 0.12, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 177 | 202 | 91 | - |
| CMYK | 0.12 | 0 | 0.55 | 0.21 |
| HSL | 73.51º | 0.51% | 0.57% | - |
| HSV(B) | 73.51º | 0.55% | 0.79% | - |
| XYZ | 41.14 | 52.34 | 17.83 | - |
| YUV | 181.87 | 76.72 | 124.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 202 | 91 | 0.12 | 0 | 0.55 | 0.21 | 73.51 | 0.51 | 0.57 |
| Hex | B1 | CA | 5B | C | 0 | 37 | 15 | 4A | 33 | 39 |
| Octal | 261 | 312 | 133 | 14 | 0 | 67 | 25 | 112 | 63 | 71 |
| Binary | 10110001 | 11001010 | 1011011 | 1100 | 0 | 110111 | 10101 | 1001010 | 110011 | 111001 |
Color Harmonies of #B1CA5B
Complementary color
Monochromatic Colors of #B1CA5B
Black with #B1CA5B
Text Example
Text Example
White with #B1CA5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1CA5B; }
p { color: rgb(177,202,91); }
H1.HeaderClassName
{
color: #B1CA5B;
}
.AnyTagClassName
{
color: #B1CA5B;
}
</style>
background-color css
<style>
a { background-color: #B1CA5B; }
a { background-color: rgb(177,202,91); }
div.DivClassName
{
background-color: #B1CA5B;
}
.BgClassName
{
background-color: #B1CA5B;
}
</style>
border-color css
<style>
span { border-color: #B1CA5B; }
span { border-color: rgb(177,202,91); }
td.TdClassName
{
border-color: #B1CA5B;
}
.TagClassName
{
border-color: #B1CA5B;
}
</style>