Shades of Wild Willow #B5CA6E
Tints of Wild Willow #B5CA6E
RGB
CMYK
RGB Variations
Color information
#B5CA6E (or 0xB5CA6E) is known color: Wild Willow. HEX triplet: B5, CA and 6E. RGB value is (181,202,110). Sum of RGB (Red+Green+Blue) = 181+202+110=493 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.71% from 493); Green value is 202 (79.30% from 255 or 40.97% from 493); Blue value is 110 (43.36% from 255 or 22.31% from 493); Max value from RGB is 202 - color contains mainly: green. Hex color #B5CA6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5CA6E is #4A3591. Grayscale: #B9B9B9. Windows color (decimal): -4863378 or 7260853. OLE color: 7260853.
HSL color Cylindrical-coordinate representation of color #B5CA6E: hue angle of 73.7º degrees, saturation: 0.46, 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 #B5CA6E is Cyan = 0.10, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 181 | 202 | 110 | - |
| CMYK | 0.10 | 0 | 0.46 | 0.21 |
| HSL | 73.7º | 0.46% | 0.61% | - |
| HSV(B) | 73.7º | 0.46% | 0.79% | - |
| XYZ | 42.99 | 53.19 | 22.75 | - |
| YUV | 185.23 | 85.54 | 124.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 202 | 110 | 0.10 | 0 | 0.46 | 0.21 | 73.7 | 0.46 | 0.61 |
| Hex | B5 | CA | 6E | A | 0 | 2E | 15 | 4A | 2E | 3D |
| Octal | 265 | 312 | 156 | 12 | 0 | 56 | 25 | 112 | 56 | 75 |
| Binary | 10110101 | 11001010 | 1101110 | 1010 | 0 | 101110 | 10101 | 1001010 | 101110 | 111101 |
Color Harmonies of #B5CA6E
Complementary color
Monochromatic Colors of #B5CA6E
Black with #B5CA6E
Text Example
Text Example
White with #B5CA6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CA6E; }
p { color: rgb(181,202,110); }
H1.HeaderClassName
{
color: #B5CA6E;
}
.AnyTagClassName
{
color: #B5CA6E;
}
</style>
background-color css
<style>
a { background-color: #B5CA6E; }
a { background-color: rgb(181,202,110); }
div.DivClassName
{
background-color: #B5CA6E;
}
.BgClassName
{
background-color: #B5CA6E;
}
</style>
border-color css
<style>
span { border-color: #B5CA6E; }
span { border-color: rgb(181,202,110); }
td.TdClassName
{
border-color: #B5CA6E;
}
.TagClassName
{
border-color: #B5CA6E;
}
</style>