Shades of Wild Willow #B1CA6D
Tints of Wild Willow #B1CA6D
RGB
CMYK
RGB Variations
Color information
#B1CA6D (or 0xB1CA6D) is known color: Wild Willow. HEX triplet: B1, CA and 6D. RGB value is (177,202,109). Sum of RGB (Red+Green+Blue) = 177+202+109=488 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.27% from 488); Green value is 202 (79.30% from 255 or 41.39% from 488); Blue value is 109 (42.97% from 255 or 22.34% from 488); Max value from RGB is 202 - color contains mainly: green. Hex color #B1CA6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1CA6D is #4E3592. Grayscale: #B8B8B8. Windows color (decimal): -5125523 or 7195313. OLE color: 7195313.
HSL color Cylindrical-coordinate representation of color #B1CA6D: hue angle of 76.13º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B1CA6D is Cyan = 0.12, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 177 | 202 | 109 | - |
| CMYK | 0.12 | 0 | 0.46 | 0.21 |
| HSL | 76.13º | 0.47% | 0.61% | - |
| HSV(B) | 76.13º | 0.46% | 0.79% | - |
| XYZ | 42.01 | 52.69 | 22.42 | - |
| YUV | 183.92 | 85.72 | 123.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 202 | 109 | 0.12 | 0 | 0.46 | 0.21 | 76.13 | 0.47 | 0.61 |
| Hex | B1 | CA | 6D | C | 0 | 2E | 15 | 4C | 2F | 3D |
| Octal | 261 | 312 | 155 | 14 | 0 | 56 | 25 | 114 | 57 | 75 |
| Binary | 10110001 | 11001010 | 1101101 | 1100 | 0 | 101110 | 10101 | 1001100 | 101111 | 111101 |
Color Harmonies of #B1CA6D
Complementary color
Monochromatic Colors of #B1CA6D
Black with #B1CA6D
Text Example
Text Example
White with #B1CA6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1CA6D; }
p { color: rgb(177,202,109); }
H1.HeaderClassName
{
color: #B1CA6D;
}
.AnyTagClassName
{
color: #B1CA6D;
}
</style>
background-color css
<style>
a { background-color: #B1CA6D; }
a { background-color: rgb(177,202,109); }
div.DivClassName
{
background-color: #B1CA6D;
}
.BgClassName
{
background-color: #B1CA6D;
}
</style>
border-color css
<style>
span { border-color: #B1CA6D; }
span { border-color: rgb(177,202,109); }
td.TdClassName
{
border-color: #B1CA6D;
}
.TagClassName
{
border-color: #B1CA6D;
}
</style>