Shades of Wild Willow #B3C568
Tints of Wild Willow #B3C568
RGB
CMYK
RGB Variations
Color information
#B3C568 (or 0xB3C568) is known color: Wild Willow. HEX triplet: B3, C5 and 68. RGB value is (179,197,104). Sum of RGB (Red+Green+Blue) = 179+197+104=480 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.29% from 480); Green value is 197 (77.34% from 255 or 41.04% from 480); Blue value is 104 (41.02% from 255 or 21.67% from 480); Max value from RGB is 197 - color contains mainly: green. Hex color #B3C568 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3C568 is #4C3A97. Grayscale: #B5B5B5. Windows color (decimal): -4995736 or 6866355. OLE color: 6866355.
HSL color Cylindrical-coordinate representation of color #B3C568: hue angle of 71.61º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B3C568 is Cyan = 0.09, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 179 | 197 | 104 | - |
| CMYK | 0.09 | 0 | 0.47 | 0.23 |
| HSL | 71.61º | 0.44% | 0.59% | - |
| HSV(B) | 71.61º | 0.47% | 0.77% | - |
| XYZ | 41.06 | 50.52 | 20.68 | - |
| YUV | 181.02 | 84.54 | 126.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 197 | 104 | 0.09 | 0 | 0.47 | 0.23 | 71.61 | 0.44 | 0.59 |
| Hex | B3 | C5 | 68 | 9 | 0 | 2F | 17 | 48 | 2C | 3B |
| Octal | 263 | 305 | 150 | 11 | 0 | 57 | 27 | 110 | 54 | 73 |
| Binary | 10110011 | 11000101 | 1101000 | 1001 | 0 | 101111 | 10111 | 1001000 | 101100 | 111011 |
Color Harmonies of #B3C568
Complementary color
Monochromatic Colors of #B3C568
Black with #B3C568
Text Example
Text Example
White with #B3C568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C568; }
p { color: rgb(179,197,104); }
H1.HeaderClassName
{
color: #B3C568;
}
.AnyTagClassName
{
color: #B3C568;
}
</style>
background-color css
<style>
a { background-color: #B3C568; }
a { background-color: rgb(179,197,104); }
div.DivClassName
{
background-color: #B3C568;
}
.BgClassName
{
background-color: #B3C568;
}
</style>
border-color css
<style>
span { border-color: #B3C568; }
span { border-color: rgb(179,197,104); }
td.TdClassName
{
border-color: #B3C568;
}
.TagClassName
{
border-color: #B3C568;
}
</style>