Shades of Wild Willow #B5C15A
Tints of Wild Willow #B5C15A
RGB
CMYK
RGB Variations
Color information
#B5C15A (or 0xB5C15A) is known color: Wild Willow. HEX triplet: B5, C1 and 5A. RGB value is (181,193,90). Sum of RGB (Red+Green+Blue) = 181+193+90=464 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.01% from 464); Green value is 193 (75.78% from 255 or 41.59% from 464); Blue value is 90 (35.55% from 255 or 19.40% from 464); Max value from RGB is 193 - color contains mainly: green. Hex color #B5C15A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5C15A is #4A3EA5. Grayscale: #B2B2B2. Windows color (decimal): -4865702 or 5947829. OLE color: 5947829.
HSL color Cylindrical-coordinate representation of color #B5C15A: hue angle of 66.99º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B5C15A is Cyan = 0.06, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 193 | 90 | - |
| CMYK | 0.06 | 0 | 0.53 | 0.24 |
| HSL | 66.99º | 0.45% | 0.55% | - |
| HSV(B) | 66.99º | 0.53% | 0.76% | - |
| XYZ | 39.97 | 48.7 | 16.97 | - |
| YUV | 177.67 | 78.52 | 130.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 193 | 90 | 0.06 | 0 | 0.53 | 0.24 | 66.99 | 0.45 | 0.55 |
| Hex | B5 | C1 | 5A | 6 | 0 | 35 | 18 | 43 | 2D | 37 |
| Octal | 265 | 301 | 132 | 6 | 0 | 65 | 30 | 103 | 55 | 67 |
| Binary | 10110101 | 11000001 | 1011010 | 110 | 0 | 110101 | 11000 | 1000011 | 101101 | 110111 |
Color Harmonies of #B5C15A
Complementary color
Monochromatic Colors of #B5C15A
Black with #B5C15A
Text Example
Text Example
White with #B5C15A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C15A; }
p { color: rgb(181,193,90); }
H1.HeaderClassName
{
color: #B5C15A;
}
.AnyTagClassName
{
color: #B5C15A;
}
</style>
background-color css
<style>
a { background-color: #B5C15A; }
a { background-color: rgb(181,193,90); }
div.DivClassName
{
background-color: #B5C15A;
}
.BgClassName
{
background-color: #B5C15A;
}
</style>
border-color css
<style>
span { border-color: #B5C15A; }
span { border-color: rgb(181,193,90); }
td.TdClassName
{
border-color: #B5C15A;
}
.TagClassName
{
border-color: #B5C15A;
}
</style>