Shades of Wild Willow #B1C35D
Tints of Wild Willow #B1C35D
RGB
CMYK
RGB Variations
Color information
#B1C35D (or 0xB1C35D) is known color: Wild Willow. HEX triplet: B1, C3 and 5D. RGB value is (177,195,93). Sum of RGB (Red+Green+Blue) = 177+195+93=465 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.06% from 465); Green value is 195 (76.56% from 255 or 41.94% from 465); Blue value is 93 (36.72% from 255 or 20% from 465); Max value from RGB is 195 - color contains mainly: green. Hex color #B1C35D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1C35D is #4E3CA2. Grayscale: #B2B2B2. Windows color (decimal): -5127331 or 6144945. OLE color: 6144945.
HSL color Cylindrical-coordinate representation of color #B1C35D: hue angle of 70.59º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B1C35D is Cyan = 0.09, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 177 | 195 | 93 | - |
| CMYK | 0.09 | 0 | 0.52 | 0.24 |
| HSL | 70.59º | 0.46% | 0.56% | - |
| HSV(B) | 70.59º | 0.52% | 0.76% | - |
| XYZ | 39.62 | 49.17 | 17.76 | - |
| YUV | 177.99 | 80.04 | 127.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 195 | 93 | 0.09 | 0 | 0.52 | 0.24 | 70.59 | 0.46 | 0.56 |
| Hex | B1 | C3 | 5D | 9 | 0 | 34 | 18 | 47 | 2E | 38 |
| Octal | 261 | 303 | 135 | 11 | 0 | 64 | 30 | 107 | 56 | 70 |
| Binary | 10110001 | 11000011 | 1011101 | 1001 | 0 | 110100 | 11000 | 1000111 | 101110 | 111000 |
Color Harmonies of #B1C35D
Complementary color
Monochromatic Colors of #B1C35D
Black with #B1C35D
Text Example
Text Example
White with #B1C35D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1C35D; }
p { color: rgb(177,195,93); }
H1.HeaderClassName
{
color: #B1C35D;
}
.AnyTagClassName
{
color: #B1C35D;
}
</style>
background-color css
<style>
a { background-color: #B1C35D; }
a { background-color: rgb(177,195,93); }
div.DivClassName
{
background-color: #B1C35D;
}
.BgClassName
{
background-color: #B1C35D;
}
</style>
border-color css
<style>
span { border-color: #B1C35D; }
span { border-color: rgb(177,195,93); }
td.TdClassName
{
border-color: #B1C35D;
}
.TagClassName
{
border-color: #B1C35D;
}
</style>