Shades of Wild Willow #B5C05F
Tints of Wild Willow #B5C05F
RGB
CMYK
RGB Variations
Color information
#B5C05F (or 0xB5C05F) is known color: Wild Willow. HEX triplet: B5, C0 and 5F. RGB value is (181,192,95). Sum of RGB (Red+Green+Blue) = 181+192+95=468 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.68% from 468); Green value is 192 (75.39% from 255 or 41.03% from 468); Blue value is 95 (37.5% from 255 or 20.30% from 468); Max value from RGB is 192 - color contains mainly: green. Hex color #B5C05F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5C05F is #4A3FA0. Grayscale: #B2B2B2. Windows color (decimal): -4865953 or 6275253. OLE color: 6275253.
HSL color Cylindrical-coordinate representation of color #B5C05F: hue angle of 66.8º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B5C05F is Cyan = 0.06, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 181 | 192 | 95 | - |
| CMYK | 0.06 | 0 | 0.51 | 0.25 |
| HSL | 66.8º | 0.43% | 0.56% | - |
| HSV(B) | 66.8º | 0.51% | 0.75% | - |
| XYZ | 39.97 | 48.35 | 18.05 | - |
| YUV | 177.65 | 81.36 | 130.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 192 | 95 | 0.06 | 0 | 0.51 | 0.25 | 66.8 | 0.43 | 0.56 |
| Hex | B5 | C0 | 5F | 6 | 0 | 33 | 19 | 43 | 2B | 38 |
| Octal | 265 | 300 | 137 | 6 | 0 | 63 | 31 | 103 | 53 | 70 |
| Binary | 10110101 | 11000000 | 1011111 | 110 | 0 | 110011 | 11001 | 1000011 | 101011 | 111000 |
Color Harmonies of #B5C05F
Complementary color
Monochromatic Colors of #B5C05F
Black with #B5C05F
Text Example
Text Example
White with #B5C05F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C05F; }
p { color: rgb(181,192,95); }
H1.HeaderClassName
{
color: #B5C05F;
}
.AnyTagClassName
{
color: #B5C05F;
}
</style>
background-color css
<style>
a { background-color: #B5C05F; }
a { background-color: rgb(181,192,95); }
div.DivClassName
{
background-color: #B5C05F;
}
.BgClassName
{
background-color: #B5C05F;
}
</style>
border-color css
<style>
span { border-color: #B5C05F; }
span { border-color: rgb(181,192,95); }
td.TdClassName
{
border-color: #B5C05F;
}
.TagClassName
{
border-color: #B5C05F;
}
</style>