Shades of Wild Willow #B1CA5F
Tints of Wild Willow #B1CA5F
RGB
CMYK
RGB Variations
Color information
#B1CA5F (or 0xB1CA5F) is known color: Wild Willow. HEX triplet: B1, CA and 5F. RGB value is (177,202,95). Sum of RGB (Red+Green+Blue) = 177+202+95=474 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.34% from 474); Green value is 202 (79.30% from 255 or 42.62% from 474); Blue value is 95 (37.5% from 255 or 20.04% from 474); Max value from RGB is 202 - color contains mainly: green. Hex color #B1CA5F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1CA5F is #4E35A0. Grayscale: #B6B6B6. Windows color (decimal): -5125537 or 6277809. OLE color: 6277809.
HSL color Cylindrical-coordinate representation of color #B1CA5F: hue angle of 74.02º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B1CA5F is Cyan = 0.12, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 177 | 202 | 95 | - |
| CMYK | 0.12 | 0 | 0.53 | 0.21 |
| HSL | 74.02º | 0.5% | 0.58% | - |
| HSV(B) | 74.02º | 0.53% | 0.79% | - |
| XYZ | 41.32 | 52.41 | 18.77 | - |
| YUV | 182.33 | 78.72 | 124.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 202 | 95 | 0.12 | 0 | 0.53 | 0.21 | 74.02 | 0.5 | 0.58 |
| Hex | B1 | CA | 5F | C | 0 | 35 | 15 | 4A | 32 | 3A |
| Octal | 261 | 312 | 137 | 14 | 0 | 65 | 25 | 112 | 62 | 72 |
| Binary | 10110001 | 11001010 | 1011111 | 1100 | 0 | 110101 | 10101 | 1001010 | 110010 | 111010 |
Color Harmonies of #B1CA5F
Complementary color
Monochromatic Colors of #B1CA5F
Black with #B1CA5F
Text Example
Text Example
White with #B1CA5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1CA5F; }
p { color: rgb(177,202,95); }
H1.HeaderClassName
{
color: #B1CA5F;
}
.AnyTagClassName
{
color: #B1CA5F;
}
</style>
background-color css
<style>
a { background-color: #B1CA5F; }
a { background-color: rgb(177,202,95); }
div.DivClassName
{
background-color: #B1CA5F;
}
.BgClassName
{
background-color: #B1CA5F;
}
</style>
border-color css
<style>
span { border-color: #B1CA5F; }
span { border-color: rgb(177,202,95); }
td.TdClassName
{
border-color: #B1CA5F;
}
.TagClassName
{
border-color: #B1CA5F;
}
</style>