Shades of Wild Willow #B5C15C
Tints of Wild Willow #B5C15C
RGB
CMYK
RGB Variations
Color information
#B5C15C (or 0xB5C15C) is known color: Wild Willow. HEX triplet: B5, C1 and 5C. RGB value is (181,193,92). Sum of RGB (Red+Green+Blue) = 181+193+92=466 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.84% from 466); Green value is 193 (75.78% from 255 or 41.42% from 466); Blue value is 92 (36.33% from 255 or 19.74% from 466); Max value from RGB is 193 - color contains mainly: green. Hex color #B5C15C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5C15C is #4A3EA3. Grayscale: #B2B2B2. Windows color (decimal): -4865700 or 6078901. OLE color: 6078901.
HSL color Cylindrical-coordinate representation of color #B5C15C: hue angle of 67.13º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B5C15C is Cyan = 0.06, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 193 | 92 | - |
| CMYK | 0.06 | 0 | 0.52 | 0.24 |
| HSL | 67.13º | 0.45% | 0.56% | - |
| HSV(B) | 67.13º | 0.52% | 0.76% | - |
| XYZ | 40.06 | 48.74 | 17.42 | - |
| YUV | 177.9 | 79.52 | 130.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 193 | 92 | 0.06 | 0 | 0.52 | 0.24 | 67.13 | 0.45 | 0.56 |
| Hex | B5 | C1 | 5C | 6 | 0 | 34 | 18 | 43 | 2D | 38 |
| Octal | 265 | 301 | 134 | 6 | 0 | 64 | 30 | 103 | 55 | 70 |
| Binary | 10110101 | 11000001 | 1011100 | 110 | 0 | 110100 | 11000 | 1000011 | 101101 | 111000 |
Color Harmonies of #B5C15C
Complementary color
Monochromatic Colors of #B5C15C
Black with #B5C15C
Text Example
Text Example
White with #B5C15C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C15C; }
p { color: rgb(181,193,92); }
H1.HeaderClassName
{
color: #B5C15C;
}
.AnyTagClassName
{
color: #B5C15C;
}
</style>
background-color css
<style>
a { background-color: #B5C15C; }
a { background-color: rgb(181,193,92); }
div.DivClassName
{
background-color: #B5C15C;
}
.BgClassName
{
background-color: #B5C15C;
}
</style>
border-color css
<style>
span { border-color: #B5C15C; }
span { border-color: rgb(181,193,92); }
td.TdClassName
{
border-color: #B5C15C;
}
.TagClassName
{
border-color: #B5C15C;
}
</style>