Shades of Wild Willow #B5C064
Tints of Wild Willow #B5C064
RGB
CMYK
RGB Variations
Color information
#B5C064 (or 0xB5C064) is known color: Wild Willow. HEX triplet: B5, C0 and 64. RGB value is (181,192,100). Sum of RGB (Red+Green+Blue) = 181+192+100=473 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.27% from 473); Green value is 192 (75.39% from 255 or 40.59% from 473); Blue value is 100 (39.45% from 255 or 21.14% from 473); Max value from RGB is 192 - color contains mainly: green. Hex color #B5C064 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5C064 is #4A3F9B. Grayscale: #B2B2B2. Windows color (decimal): -4865948 or 6602933. OLE color: 6602933.
HSL color Cylindrical-coordinate representation of color #B5C064: hue angle of 67.17º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B5C064 is Cyan = 0.06, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
RGB | 181 | 192 | 100 | - |
CMYK | 0.06 | 0 | 0.48 | 0.25 |
HSL | 67.17º | 0.42% | 0.57% | - |
HSV(B) | 67.17º | 0.48% | 0.75% | - |
XYZ | 40.21 | 48.44 | 19.29 | - |
YUV | 178.22 | 83.86 | 129.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 192 | 100 | 0.06 | 0 | 0.48 | 0.25 | 67.17 | 0.42 | 0.57 |
Hex | B5 | C0 | 64 | 6 | 0 | 30 | 19 | 43 | 2A | 39 |
Octal | 265 | 300 | 144 | 6 | 0 | 60 | 31 | 103 | 52 | 71 |
Binary | 10110101 | 11000000 | 1100100 | 110 | 0 | 110000 | 11001 | 1000011 | 101010 | 111001 |
Color Harmonies of #B5C064
Complementary color
Monochromatic Colors of #B5C064
Black with #B5C064
Text Example
Text Example
White with #B5C064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C064; }
p { color: rgb(181,192,100); }
H1.HeaderClassName
{
color: #B5C064;
}
.AnyTagClassName
{
color: #B5C064;
}
</style>
background-color css
<style>
a { background-color: #B5C064; }
a { background-color: rgb(181,192,100); }
div.DivClassName
{
background-color: #B5C064;
}
.BgClassName
{
background-color: #B5C064;
}
</style>
border-color css
<style>
span { border-color: #B5C064; }
span { border-color: rgb(181,192,100); }
td.TdClassName
{
border-color: #B5C064;
}
.TagClassName
{
border-color: #B5C064;
}
</style>