Shades of Wild Willow #B5CB59
Tints of Wild Willow #B5CB59
RGB
CMYK
RGB Variations
Color information
#B5CB59 (or 0xB5CB59) is known color: Wild Willow. HEX triplet: B5, CB and 59. RGB value is (181,203,89). Sum of RGB (Red+Green+Blue) = 181+203+89=473 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.27% from 473); Green value is 203 (79.69% from 255 or 42.92% from 473); Blue value is 89 (35.16% from 255 or 18.82% from 473); Max value from RGB is 203 - color contains mainly: green. Hex color #B5CB59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5CB59 is #4A34A6. Grayscale: #B7B7B7. Windows color (decimal): -4863143 or 5884853. OLE color: 5884853.
HSL color Cylindrical-coordinate representation of color #B5CB59: hue angle of 71.58º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B5CB59 is Cyan = 0.11, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 181 | 203 | 89 | - |
| CMYK | 0.11 | 0 | 0.56 | 0.20 |
| HSL | 71.58º | 0.52% | 0.57% | - |
| HSV(B) | 71.58º | 0.56% | 0.8% | - |
| XYZ | 42.22 | 53.26 | 17.51 | - |
| YUV | 183.43 | 74.71 | 126.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 203 | 89 | 0.11 | 0 | 0.56 | 0.20 | 71.58 | 0.52 | 0.57 |
| Hex | B5 | CB | 59 | B | 0 | 38 | 14 | 48 | 34 | 39 |
| Octal | 265 | 313 | 131 | 13 | 0 | 70 | 24 | 110 | 64 | 71 |
| Binary | 10110101 | 11001011 | 1011001 | 1011 | 0 | 111000 | 10100 | 1001000 | 110100 | 111001 |
Color Harmonies of #B5CB59
Complementary color
Monochromatic Colors of #B5CB59
Black with #B5CB59
Text Example
Text Example
White with #B5CB59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CB59; }
p { color: rgb(181,203,89); }
H1.HeaderClassName
{
color: #B5CB59;
}
.AnyTagClassName
{
color: #B5CB59;
}
</style>
background-color css
<style>
a { background-color: #B5CB59; }
a { background-color: rgb(181,203,89); }
div.DivClassName
{
background-color: #B5CB59;
}
.BgClassName
{
background-color: #B5CB59;
}
</style>
border-color css
<style>
span { border-color: #B5CB59; }
span { border-color: rgb(181,203,89); }
td.TdClassName
{
border-color: #B5CB59;
}
.TagClassName
{
border-color: #B5CB59;
}
</style>