Shades of Wild Willow #B3C064
Tints of Wild Willow #B3C064
RGB
CMYK
RGB Variations
Color information
#B3C064 (or 0xB3C064) is known color: Wild Willow. HEX triplet: B3, C0 and 64. RGB value is (179,192,100). Sum of RGB (Red+Green+Blue) = 179+192+100=471 (62% of max value = 765). Red value is 179 (70.31% from 255 or 38.00% from 471); Green value is 192 (75.39% from 255 or 40.76% from 471); Blue value is 100 (39.45% from 255 or 21.23% from 471); Max value from RGB is 192 - color contains mainly: green. Hex color #B3C064 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3C064 is #4C3F9B. Grayscale: #B1B1B1. Windows color (decimal): -4997020 or 6602931. OLE color: 6602931.
HSL color Cylindrical-coordinate representation of color #B3C064: hue angle of 68.48º 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 #B3C064 is Cyan = 0.07, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 179 | 192 | 100 | - |
| CMYK | 0.07 | 0 | 0.48 | 0.25 |
| HSL | 68.48º | 0.42% | 0.57% | - |
| HSV(B) | 68.48º | 0.48% | 0.75% | - |
| XYZ | 39.74 | 48.2 | 19.27 | - |
| YUV | 177.63 | 84.19 | 128.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 192 | 100 | 0.07 | 0 | 0.48 | 0.25 | 68.48 | 0.42 | 0.57 |
| Hex | B3 | C0 | 64 | 7 | 0 | 30 | 19 | 44 | 2A | 39 |
| Octal | 263 | 300 | 144 | 7 | 0 | 60 | 31 | 104 | 52 | 71 |
| Binary | 10110011 | 11000000 | 1100100 | 111 | 0 | 110000 | 11001 | 1000100 | 101010 | 111001 |
Color Harmonies of #B3C064
Complementary color
Monochromatic Colors of #B3C064
Black with #B3C064
Text Example
Text Example
White with #B3C064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C064; }
p { color: rgb(179,192,100); }
H1.HeaderClassName
{
color: #B3C064;
}
.AnyTagClassName
{
color: #B3C064;
}
</style>
background-color css
<style>
a { background-color: #B3C064; }
a { background-color: rgb(179,192,100); }
div.DivClassName
{
background-color: #B3C064;
}
.BgClassName
{
background-color: #B3C064;
}
</style>
border-color css
<style>
span { border-color: #B3C064; }
span { border-color: rgb(179,192,100); }
td.TdClassName
{
border-color: #B3C064;
}
.TagClassName
{
border-color: #B3C064;
}
</style>