Shades of Wild Willow #B5C15B
Tints of Wild Willow #B5C15B
RGB
CMYK
RGB Variations
Color information
#B5C15B (or 0xB5C15B) is known color: Wild Willow. HEX triplet: B5, C1 and 5B. RGB value is (181,193,91). Sum of RGB (Red+Green+Blue) = 181+193+91=465 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.92% from 465); Green value is 193 (75.78% from 255 or 41.51% from 465); Blue value is 91 (35.94% from 255 or 19.57% from 465); Max value from RGB is 193 - color contains mainly: green. Hex color #B5C15B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5C15B is #4A3EA4. Grayscale: #B2B2B2. Windows color (decimal): -4865701 or 6013365. OLE color: 6013365.
HSL color Cylindrical-coordinate representation of color #B5C15B: hue angle of 67.06º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B5C15B is Cyan = 0.06, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 193 | 91 | - |
| CMYK | 0.06 | 0 | 0.53 | 0.24 |
| HSL | 67.06º | 0.45% | 0.56% | - |
| HSV(B) | 67.06º | 0.53% | 0.76% | - |
| XYZ | 40.01 | 48.72 | 17.19 | - |
| YUV | 177.78 | 79.02 | 130.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 193 | 91 | 0.06 | 0 | 0.53 | 0.24 | 67.06 | 0.45 | 0.56 |
| Hex | B5 | C1 | 5B | 6 | 0 | 35 | 18 | 43 | 2D | 38 |
| Octal | 265 | 301 | 133 | 6 | 0 | 65 | 30 | 103 | 55 | 70 |
| Binary | 10110101 | 11000001 | 1011011 | 110 | 0 | 110101 | 11000 | 1000011 | 101101 | 111000 |
Color Harmonies of #B5C15B
Complementary color
Monochromatic Colors of #B5C15B
Black with #B5C15B
Text Example
Text Example
White with #B5C15B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C15B; }
p { color: rgb(181,193,91); }
H1.HeaderClassName
{
color: #B5C15B;
}
.AnyTagClassName
{
color: #B5C15B;
}
</style>
background-color css
<style>
a { background-color: #B5C15B; }
a { background-color: rgb(181,193,91); }
div.DivClassName
{
background-color: #B5C15B;
}
.BgClassName
{
background-color: #B5C15B;
}
</style>
border-color css
<style>
span { border-color: #B5C15B; }
span { border-color: rgb(181,193,91); }
td.TdClassName
{
border-color: #B5C15B;
}
.TagClassName
{
border-color: #B5C15B;
}
</style>