Shades of Wild Willow #B5CA60
Tints of Wild Willow #B5CA60
RGB
CMYK
RGB Variations
Color information
#B5CA60 (or 0xB5CA60) is known color: Wild Willow. HEX triplet: B5, CA and 60. RGB value is (181,202,96). Sum of RGB (Red+Green+Blue) = 181+202+96=479 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.79% from 479); Green value is 202 (79.30% from 255 or 42.17% from 479); Blue value is 96 (37.89% from 255 or 20.04% from 479); Max value from RGB is 202 - color contains mainly: green. Hex color #B5CA60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5CA60 is #4A359F. Grayscale: #B8B8B8. Windows color (decimal): -4863392 or 6343349. OLE color: 6343349.
HSL color Cylindrical-coordinate representation of color #B5CA60: hue angle of 71.89º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B5CA60 is Cyan = 0.10, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 181 | 202 | 96 | - |
| CMYK | 0.10 | 0 | 0.52 | 0.21 |
| HSL | 71.89º | 0.5% | 0.58% | - |
| HSV(B) | 71.89º | 0.52% | 0.79% | - |
| XYZ | 42.29 | 52.91 | 19.05 | - |
| YUV | 183.64 | 78.54 | 126.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 202 | 96 | 0.10 | 0 | 0.52 | 0.21 | 71.89 | 0.5 | 0.58 |
| Hex | B5 | CA | 60 | A | 0 | 34 | 15 | 48 | 32 | 3A |
| Octal | 265 | 312 | 140 | 12 | 0 | 64 | 25 | 110 | 62 | 72 |
| Binary | 10110101 | 11001010 | 1100000 | 1010 | 0 | 110100 | 10101 | 1001000 | 110010 | 111010 |
Color Harmonies of #B5CA60
Complementary color
Monochromatic Colors of #B5CA60
Black with #B5CA60
Text Example
Text Example
White with #B5CA60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CA60; }
p { color: rgb(181,202,96); }
H1.HeaderClassName
{
color: #B5CA60;
}
.AnyTagClassName
{
color: #B5CA60;
}
</style>
background-color css
<style>
a { background-color: #B5CA60; }
a { background-color: rgb(181,202,96); }
div.DivClassName
{
background-color: #B5CA60;
}
.BgClassName
{
background-color: #B5CA60;
}
</style>
border-color css
<style>
span { border-color: #B5CA60; }
span { border-color: rgb(181,202,96); }
td.TdClassName
{
border-color: #B5CA60;
}
.TagClassName
{
border-color: #B5CA60;
}
</style>