Shades of Wild Willow #B1C46A
Tints of Wild Willow #B1C46A
RGB
CMYK
RGB Variations
Color information
#B1C46A (or 0xB1C46A) is known color: Wild Willow. HEX triplet: B1, C4 and 6A. RGB value is (177,196,106). Sum of RGB (Red+Green+Blue) = 177+196+106=479 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.95% from 479); Green value is 196 (76.95% from 255 or 40.92% from 479); Blue value is 106 (41.80% from 255 or 22.13% from 479); Max value from RGB is 196 - color contains mainly: green. Hex color #B1C46A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1C46A is #4E3B95. Grayscale: #B4B4B4. Windows color (decimal): -5127062 or 6997169. OLE color: 6997169.
HSL color Cylindrical-coordinate representation of color #B1C46A: hue angle of 72.67º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B1C46A is Cyan = 0.10, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 177 | 196 | 106 | - |
| CMYK | 0.10 | 0 | 0.46 | 0.23 |
| HSL | 72.67º | 0.43% | 0.59% | - |
| HSV(B) | 72.67º | 0.46% | 0.77% | - |
| XYZ | 40.47 | 49.87 | 21.13 | - |
| YUV | 180.06 | 86.21 | 125.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 196 | 106 | 0.10 | 0 | 0.46 | 0.23 | 72.67 | 0.43 | 0.59 |
| Hex | B1 | C4 | 6A | A | 0 | 2E | 17 | 49 | 2B | 3B |
| Octal | 261 | 304 | 152 | 12 | 0 | 56 | 27 | 111 | 53 | 73 |
| Binary | 10110001 | 11000100 | 1101010 | 1010 | 0 | 101110 | 10111 | 1001001 | 101011 | 111011 |
Color Harmonies of #B1C46A
Complementary color
Monochromatic Colors of #B1C46A
Black with #B1C46A
Text Example
Text Example
White with #B1C46A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1C46A; }
p { color: rgb(177,196,106); }
H1.HeaderClassName
{
color: #B1C46A;
}
.AnyTagClassName
{
color: #B1C46A;
}
</style>
background-color css
<style>
a { background-color: #B1C46A; }
a { background-color: rgb(177,196,106); }
div.DivClassName
{
background-color: #B1C46A;
}
.BgClassName
{
background-color: #B1C46A;
}
</style>
border-color css
<style>
span { border-color: #B1C46A; }
span { border-color: rgb(177,196,106); }
td.TdClassName
{
border-color: #B1C46A;
}
.TagClassName
{
border-color: #B1C46A;
}
</style>