Shades of Wild Willow #B5C15F
Tints of Wild Willow #B5C15F
RGB
CMYK
RGB Variations
Color information
#B5C15F (or 0xB5C15F) is known color: Wild Willow. HEX triplet: B5, C1 and 5F. RGB value is (181,193,95). Sum of RGB (Red+Green+Blue) = 181+193+95=469 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.59% from 469); Green value is 193 (75.78% from 255 or 41.15% from 469); Blue value is 95 (37.5% from 255 or 20.26% from 469); Max value from RGB is 193 - color contains mainly: green. Hex color #B5C15F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5C15F is #4A3EA0. Grayscale: #B2B2B2. Windows color (decimal): -4865697 or 6275509. OLE color: 6275509.
HSL color Cylindrical-coordinate representation of color #B5C15F: hue angle of 67.35º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B5C15F is Cyan = 0.06, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 193 | 95 | - |
| CMYK | 0.06 | 0 | 0.51 | 0.24 |
| HSL | 67.35º | 0.44% | 0.56% | - |
| HSV(B) | 67.35º | 0.51% | 0.76% | - |
| XYZ | 40.19 | 48.79 | 18.13 | - |
| YUV | 178.24 | 81.02 | 129.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 193 | 95 | 0.06 | 0 | 0.51 | 0.24 | 67.35 | 0.44 | 0.56 |
| Hex | B5 | C1 | 5F | 6 | 0 | 33 | 18 | 43 | 2C | 38 |
| Octal | 265 | 301 | 137 | 6 | 0 | 63 | 30 | 103 | 54 | 70 |
| Binary | 10110101 | 11000001 | 1011111 | 110 | 0 | 110011 | 11000 | 1000011 | 101100 | 111000 |
Color Harmonies of #B5C15F
Complementary color
Monochromatic Colors of #B5C15F
Black with #B5C15F
Text Example
Text Example
White with #B5C15F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C15F; }
p { color: rgb(181,193,95); }
H1.HeaderClassName
{
color: #B5C15F;
}
.AnyTagClassName
{
color: #B5C15F;
}
</style>
background-color css
<style>
a { background-color: #B5C15F; }
a { background-color: rgb(181,193,95); }
div.DivClassName
{
background-color: #B5C15F;
}
.BgClassName
{
background-color: #B5C15F;
}
</style>
border-color css
<style>
span { border-color: #B5C15F; }
span { border-color: rgb(181,193,95); }
td.TdClassName
{
border-color: #B5C15F;
}
.TagClassName
{
border-color: #B5C15F;
}
</style>