Shades of Wild Willow #B5CB57
Tints of Wild Willow #B5CB57
RGB
CMYK
RGB Variations
Color information
#B5CB57 (or 0xB5CB57) is known color: Wild Willow. HEX triplet: B5, CB and 57. RGB value is (181,203,87). Sum of RGB (Red+Green+Blue) = 181+203+87=471 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.43% from 471); Green value is 203 (79.69% from 255 or 43.10% from 471); Blue value is 87 (34.38% from 255 or 18.47% from 471); Max value from RGB is 203 - color contains mainly: green. Hex color #B5CB57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5CB57 is #4A34A8. Grayscale: #B7B7B7. Windows color (decimal): -4863145 or 5753781. OLE color: 5753781.
HSL color Cylindrical-coordinate representation of color #B5CB57: hue angle of 71.38º 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 #B5CB57 is Cyan = 0.11, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 181 | 203 | 87 | - |
| CMYK | 0.11 | 0 | 0.57 | 0.20 |
| HSL | 71.38º | 0.53% | 0.57% | - |
| HSV(B) | 71.38º | 0.57% | 0.8% | - |
| XYZ | 42.13 | 53.22 | 17.07 | - |
| YUV | 183.2 | 73.71 | 126.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 203 | 87 | 0.11 | 0 | 0.57 | 0.20 | 71.38 | 0.53 | 0.57 |
| Hex | B5 | CB | 57 | B | 0 | 39 | 14 | 47 | 35 | 39 |
| Octal | 265 | 313 | 127 | 13 | 0 | 71 | 24 | 107 | 65 | 71 |
| Binary | 10110101 | 11001011 | 1010111 | 1011 | 0 | 111001 | 10100 | 1000111 | 110101 | 111001 |
Color Harmonies of #B5CB57
Complementary color
Monochromatic Colors of #B5CB57
Black with #B5CB57
Text Example
Text Example
White with #B5CB57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CB57; }
p { color: rgb(181,203,87); }
H1.HeaderClassName
{
color: #B5CB57;
}
.AnyTagClassName
{
color: #B5CB57;
}
</style>
background-color css
<style>
a { background-color: #B5CB57; }
a { background-color: rgb(181,203,87); }
div.DivClassName
{
background-color: #B5CB57;
}
.BgClassName
{
background-color: #B5CB57;
}
</style>
border-color css
<style>
span { border-color: #B5CB57; }
span { border-color: rgb(181,203,87); }
td.TdClassName
{
border-color: #B5CB57;
}
.TagClassName
{
border-color: #B5CB57;
}
</style>