Shades of Wild Willow #B5D05C
Tints of Wild Willow #B5D05C
RGB
CMYK
RGB Variations
Color information
#B5D05C (or 0xB5D05C) is known color: Wild Willow. HEX triplet: B5, D0 and 5C. RGB value is (181,208,92). Sum of RGB (Red+Green+Blue) = 181+208+92=481 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.63% from 481); Green value is 208 (81.64% from 255 or 43.24% from 481); Blue value is 92 (36.33% from 255 or 19.13% from 481); Max value from RGB is 208 - color contains mainly: green. Hex color #B5D05C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5D05C is #4A2FA3. Grayscale: #BBBBBB. Windows color (decimal): -4861860 or 6082741. OLE color: 6082741.
HSL color Cylindrical-coordinate representation of color #B5D05C: hue angle of 73.97º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B5D05C is Cyan = 0.13, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 181 | 208 | 92 | - |
| CMYK | 0.13 | 0 | 0.56 | 0.18 |
| HSL | 73.97º | 0.55% | 0.59% | - |
| HSV(B) | 73.97º | 0.56% | 0.82% | - |
| XYZ | 43.54 | 55.71 | 18.58 | - |
| YUV | 186.7 | 74.55 | 123.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 208 | 92 | 0.13 | 0 | 0.56 | 0.18 | 73.97 | 0.55 | 0.59 |
| Hex | B5 | D0 | 5C | D | 0 | 38 | 12 | 4A | 37 | 3B |
| Octal | 265 | 320 | 134 | 15 | 0 | 70 | 22 | 112 | 67 | 73 |
| Binary | 10110101 | 11010000 | 1011100 | 1101 | 0 | 111000 | 10010 | 1001010 | 110111 | 111011 |
Color Harmonies of #B5D05C
Complementary color
Monochromatic Colors of #B5D05C
Black with #B5D05C
Text Example
Text Example
White with #B5D05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D05C; }
p { color: rgb(181,208,92); }
H1.HeaderClassName
{
color: #B5D05C;
}
.AnyTagClassName
{
color: #B5D05C;
}
</style>
background-color css
<style>
a { background-color: #B5D05C; }
a { background-color: rgb(181,208,92); }
div.DivClassName
{
background-color: #B5D05C;
}
.BgClassName
{
background-color: #B5D05C;
}
</style>
border-color css
<style>
span { border-color: #B5D05C; }
span { border-color: rgb(181,208,92); }
td.TdClassName
{
border-color: #B5D05C;
}
.TagClassName
{
border-color: #B5D05C;
}
</style>