Shades of Wild Willow #B7CA57
Tints of Wild Willow #B7CA57
RGB
CMYK
RGB Variations
Color information
#B7CA57 (or 0xB7CA57) is known color: Wild Willow. HEX triplet: B7, CA and 57. RGB value is (183,202,87). Sum of RGB (Red+Green+Blue) = 183+202+87=472 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.77% from 472); Green value is 202 (79.30% from 255 or 42.80% from 472); Blue value is 87 (34.38% from 255 or 18.43% from 472); Max value from RGB is 202 - color contains mainly: green. Hex color #B7CA57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7CA57 is #4835A8. Grayscale: #B7B7B7. Windows color (decimal): -4732329 or 5753527. OLE color: 5753527.
HSL color Cylindrical-coordinate representation of color #B7CA57: hue angle of 69.91º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B7CA57 is Cyan = 0.09, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 183 | 202 | 87 | - |
| CMYK | 0.09 | 0 | 0.57 | 0.21 |
| HSL | 69.91º | 0.52% | 0.57% | - |
| HSV(B) | 69.91º | 0.57% | 0.79% | - |
| XYZ | 42.37 | 53 | 17.01 | - |
| YUV | 183.21 | 73.71 | 127.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 202 | 87 | 0.09 | 0 | 0.57 | 0.21 | 69.91 | 0.52 | 0.57 |
| Hex | B7 | CA | 57 | 9 | 0 | 39 | 15 | 46 | 34 | 39 |
| Octal | 267 | 312 | 127 | 11 | 0 | 71 | 25 | 106 | 64 | 71 |
| Binary | 10110111 | 11001010 | 1010111 | 1001 | 0 | 111001 | 10101 | 1000110 | 110100 | 111001 |
Color Harmonies of #B7CA57
Complementary color
Monochromatic Colors of #B7CA57
Black with #B7CA57
Text Example
Text Example
White with #B7CA57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7CA57; }
p { color: rgb(183,202,87); }
H1.HeaderClassName
{
color: #B7CA57;
}
.AnyTagClassName
{
color: #B7CA57;
}
</style>
background-color css
<style>
a { background-color: #B7CA57; }
a { background-color: rgb(183,202,87); }
div.DivClassName
{
background-color: #B7CA57;
}
.BgClassName
{
background-color: #B7CA57;
}
</style>
border-color css
<style>
span { border-color: #B7CA57; }
span { border-color: rgb(183,202,87); }
td.TdClassName
{
border-color: #B7CA57;
}
.TagClassName
{
border-color: #B7CA57;
}
</style>