Shades of Wild Willow #B7CB57
Tints of Wild Willow #B7CB57
RGB
CMYK
RGB Variations
Color information
#B7CB57 (or 0xB7CB57) is known color: Wild Willow. HEX triplet: B7, CB and 57. RGB value is (183,203,87). Sum of RGB (Red+Green+Blue) = 183+203+87=473 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.69% from 473); Green value is 203 (79.69% from 255 or 42.92% from 473); Blue value is 87 (34.38% from 255 or 18.39% from 473); Max value from RGB is 203 - color contains mainly: green. Hex color #B7CB57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7CB57 is #4834A8. Grayscale: #B8B8B8. Windows color (decimal): -4732073 or 5753783. OLE color: 5753783.
HSL color Cylindrical-coordinate representation of color #B7CB57: hue angle of 70.34º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B7CB57 is Cyan = 0.10, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 183 | 203 | 87 | - |
| CMYK | 0.10 | 0 | 0.57 | 0.20 |
| HSL | 70.34º | 0.53% | 0.57% | - |
| HSV(B) | 70.34º | 0.57% | 0.8% | - |
| XYZ | 42.6 | 53.47 | 17.09 | - |
| YUV | 183.8 | 73.37 | 127.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 203 | 87 | 0.10 | 0 | 0.57 | 0.20 | 70.34 | 0.53 | 0.57 |
| Hex | B7 | CB | 57 | A | 0 | 39 | 14 | 46 | 35 | 39 |
| Octal | 267 | 313 | 127 | 12 | 0 | 71 | 24 | 106 | 65 | 71 |
| Binary | 10110111 | 11001011 | 1010111 | 1010 | 0 | 111001 | 10100 | 1000110 | 110101 | 111001 |
Color Harmonies of #B7CB57
Complementary color
Monochromatic Colors of #B7CB57
Black with #B7CB57
Text Example
Text Example
White with #B7CB57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7CB57; }
p { color: rgb(183,203,87); }
H1.HeaderClassName
{
color: #B7CB57;
}
.AnyTagClassName
{
color: #B7CB57;
}
</style>
background-color css
<style>
a { background-color: #B7CB57; }
a { background-color: rgb(183,203,87); }
div.DivClassName
{
background-color: #B7CB57;
}
.BgClassName
{
background-color: #B7CB57;
}
</style>
border-color css
<style>
span { border-color: #B7CB57; }
span { border-color: rgb(183,203,87); }
td.TdClassName
{
border-color: #B7CB57;
}
.TagClassName
{
border-color: #B7CB57;
}
</style>