Shades of Wild Willow #B7CA5C
Tints of Wild Willow #B7CA5C
RGB
CMYK
RGB Variations
Color information
#B7CA5C (or 0xB7CA5C) is known color: Wild Willow. HEX triplet: B7, CA and 5C. RGB value is (183,202,92). Sum of RGB (Red+Green+Blue) = 183+202+92=477 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.36% from 477); Green value is 202 (79.30% from 255 or 42.35% from 477); Blue value is 92 (36.33% from 255 or 19.29% from 477); Max value from RGB is 202 - color contains mainly: green. Hex color #B7CA5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7CA5C is #4835A3. Grayscale: #B8B8B8. Windows color (decimal): -4732324 or 6081207. OLE color: 6081207.
HSL color Cylindrical-coordinate representation of color #B7CA5C: hue angle of 70.36º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B7CA5C is Cyan = 0.09, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 183 | 202 | 92 | - |
| CMYK | 0.09 | 0 | 0.54 | 0.21 |
| HSL | 70.36º | 0.51% | 0.58% | - |
| HSV(B) | 70.36º | 0.54% | 0.79% | - |
| XYZ | 42.58 | 53.08 | 18.13 | - |
| YUV | 183.78 | 76.21 | 127.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 202 | 92 | 0.09 | 0 | 0.54 | 0.21 | 70.36 | 0.51 | 0.58 |
| Hex | B7 | CA | 5C | 9 | 0 | 36 | 15 | 46 | 33 | 3A |
| Octal | 267 | 312 | 134 | 11 | 0 | 66 | 25 | 106 | 63 | 72 |
| Binary | 10110111 | 11001010 | 1011100 | 1001 | 0 | 110110 | 10101 | 1000110 | 110011 | 111010 |
Color Harmonies of #B7CA5C
Complementary color
Monochromatic Colors of #B7CA5C
Black with #B7CA5C
Text Example
Text Example
White with #B7CA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7CA5C; }
p { color: rgb(183,202,92); }
H1.HeaderClassName
{
color: #B7CA5C;
}
.AnyTagClassName
{
color: #B7CA5C;
}
</style>
background-color css
<style>
a { background-color: #B7CA5C; }
a { background-color: rgb(183,202,92); }
div.DivClassName
{
background-color: #B7CA5C;
}
.BgClassName
{
background-color: #B7CA5C;
}
</style>
border-color css
<style>
span { border-color: #B7CA5C; }
span { border-color: rgb(183,202,92); }
td.TdClassName
{
border-color: #B7CA5C;
}
.TagClassName
{
border-color: #B7CA5C;
}
</style>