Shades of Wild Willow #B1CA5A
Tints of Wild Willow #B1CA5A
RGB
CMYK
RGB Variations
Color information
#B1CA5A (or 0xB1CA5A) is known color: Wild Willow. HEX triplet: B1, CA and 5A. RGB value is (177,202,90). Sum of RGB (Red+Green+Blue) = 177+202+90=469 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.74% from 469); Green value is 202 (79.30% from 255 or 43.07% from 469); Blue value is 90 (35.55% from 255 or 19.19% from 469); Max value from RGB is 202 - color contains mainly: green. Hex color #B1CA5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1CA5A is #4E35A5. Grayscale: #B6B6B6. Windows color (decimal): -5125542 or 5950129. OLE color: 5950129.
HSL color Cylindrical-coordinate representation of color #B1CA5A: hue angle of 73.39º 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 #B1CA5A is Cyan = 0.12, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 177 | 202 | 90 | - |
| CMYK | 0.12 | 0 | 0.55 | 0.21 |
| HSL | 73.39º | 0.51% | 0.57% | - |
| HSV(B) | 73.39º | 0.55% | 0.79% | - |
| XYZ | 41.1 | 52.33 | 17.61 | - |
| YUV | 181.76 | 76.22 | 124.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 202 | 90 | 0.12 | 0 | 0.55 | 0.21 | 73.39 | 0.51 | 0.57 |
| Hex | B1 | CA | 5A | C | 0 | 37 | 15 | 49 | 33 | 39 |
| Octal | 261 | 312 | 132 | 14 | 0 | 67 | 25 | 111 | 63 | 71 |
| Binary | 10110001 | 11001010 | 1011010 | 1100 | 0 | 110111 | 10101 | 1001001 | 110011 | 111001 |
Color Harmonies of #B1CA5A
Complementary color
Monochromatic Colors of #B1CA5A
Black with #B1CA5A
Text Example
Text Example
White with #B1CA5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1CA5A; }
p { color: rgb(177,202,90); }
H1.HeaderClassName
{
color: #B1CA5A;
}
.AnyTagClassName
{
color: #B1CA5A;
}
</style>
background-color css
<style>
a { background-color: #B1CA5A; }
a { background-color: rgb(177,202,90); }
div.DivClassName
{
background-color: #B1CA5A;
}
.BgClassName
{
background-color: #B1CA5A;
}
</style>
border-color css
<style>
span { border-color: #B1CA5A; }
span { border-color: rgb(177,202,90); }
td.TdClassName
{
border-color: #B1CA5A;
}
.TagClassName
{
border-color: #B1CA5A;
}
</style>