Shades of Wild Willow #B1C55D
Tints of Wild Willow #B1C55D
RGB
CMYK
RGB Variations
Color information
#B1C55D (or 0xB1C55D) is known color: Wild Willow. HEX triplet: B1, C5 and 5D. RGB value is (177,197,93). Sum of RGB (Red+Green+Blue) = 177+197+93=467 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.90% from 467); Green value is 197 (77.34% from 255 or 42.18% from 467); Blue value is 93 (36.72% from 255 or 19.91% from 467); Max value from RGB is 197 - color contains mainly: green. Hex color #B1C55D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1C55D is #4E3AA2. Grayscale: #B3B3B3. Windows color (decimal): -5126819 or 6145457. OLE color: 6145457.
HSL color Cylindrical-coordinate representation of color #B1C55D: hue angle of 71.54º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B1C55D is Cyan = 0.10, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 177 | 197 | 93 | - |
| CMYK | 0.10 | 0 | 0.53 | 0.23 |
| HSL | 71.54º | 0.47% | 0.57% | - |
| HSV(B) | 71.54º | 0.53% | 0.77% | - |
| XYZ | 40.07 | 50.07 | 17.91 | - |
| YUV | 179.16 | 79.37 | 126.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 197 | 93 | 0.10 | 0 | 0.53 | 0.23 | 71.54 | 0.47 | 0.57 |
| Hex | B1 | C5 | 5D | A | 0 | 35 | 17 | 48 | 2F | 39 |
| Octal | 261 | 305 | 135 | 12 | 0 | 65 | 27 | 110 | 57 | 71 |
| Binary | 10110001 | 11000101 | 1011101 | 1010 | 0 | 110101 | 10111 | 1001000 | 101111 | 111001 |
Color Harmonies of #B1C55D
Complementary color
Monochromatic Colors of #B1C55D
Black with #B1C55D
Text Example
Text Example
White with #B1C55D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1C55D; }
p { color: rgb(177,197,93); }
H1.HeaderClassName
{
color: #B1C55D;
}
.AnyTagClassName
{
color: #B1C55D;
}
</style>
background-color css
<style>
a { background-color: #B1C55D; }
a { background-color: rgb(177,197,93); }
div.DivClassName
{
background-color: #B1C55D;
}
.BgClassName
{
background-color: #B1C55D;
}
</style>
border-color css
<style>
span { border-color: #B1C55D; }
span { border-color: rgb(177,197,93); }
td.TdClassName
{
border-color: #B1C55D;
}
.TagClassName
{
border-color: #B1C55D;
}
</style>