Shades of Wild Willow #B1C568
Tints of Wild Willow #B1C568
RGB
CMYK
RGB Variations
Color information
#B1C568 (or 0xB1C568) is known color: Wild Willow. HEX triplet: B1, C5 and 68. RGB value is (177,197,104). Sum of RGB (Red+Green+Blue) = 177+197+104=478 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.03% from 478); Green value is 197 (77.34% from 255 or 41.21% from 478); Blue value is 104 (41.02% from 255 or 21.76% from 478); Max value from RGB is 197 - color contains mainly: green. Hex color #B1C568 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1C568 is #4E3A97. Grayscale: #B4B4B4. Windows color (decimal): -5126808 or 6866353. OLE color: 6866353.
HSL color Cylindrical-coordinate representation of color #B1C568: hue angle of 72.9º 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 #B1C568 is Cyan = 0.10, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 177 | 197 | 104 | - |
| CMYK | 0.10 | 0 | 0.47 | 0.23 |
| HSL | 72.9º | 0.44% | 0.59% | - |
| HSV(B) | 72.9º | 0.47% | 0.77% | - |
| XYZ | 40.6 | 50.28 | 20.66 | - |
| YUV | 180.42 | 84.87 | 125.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 197 | 104 | 0.10 | 0 | 0.47 | 0.23 | 72.9 | 0.44 | 0.59 |
| Hex | B1 | C5 | 68 | A | 0 | 2F | 17 | 49 | 2C | 3B |
| Octal | 261 | 305 | 150 | 12 | 0 | 57 | 27 | 111 | 54 | 73 |
| Binary | 10110001 | 11000101 | 1101000 | 1010 | 0 | 101111 | 10111 | 1001001 | 101100 | 111011 |
Color Harmonies of #B1C568
Complementary color
Monochromatic Colors of #B1C568
Black with #B1C568
Text Example
Text Example
White with #B1C568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1C568; }
p { color: rgb(177,197,104); }
H1.HeaderClassName
{
color: #B1C568;
}
.AnyTagClassName
{
color: #B1C568;
}
</style>
background-color css
<style>
a { background-color: #B1C568; }
a { background-color: rgb(177,197,104); }
div.DivClassName
{
background-color: #B1C568;
}
.BgClassName
{
background-color: #B1C568;
}
</style>
border-color css
<style>
span { border-color: #B1C568; }
span { border-color: rgb(177,197,104); }
td.TdClassName
{
border-color: #B1C568;
}
.TagClassName
{
border-color: #B1C568;
}
</style>