Shades of Wild Willow #B1CD62
Tints of Wild Willow #B1CD62
RGB
CMYK
RGB Variations
Color information
#B1CD62 (or 0xB1CD62) is known color: Wild Willow. HEX triplet: B1, CD and 62. RGB value is (177,205,98). Sum of RGB (Red+Green+Blue) = 177+205+98=480 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.88% from 480); Green value is 205 (80.47% from 255 or 42.71% from 480); Blue value is 98 (38.67% from 255 or 20.42% from 480); Max value from RGB is 205 - color contains mainly: green. Hex color #B1CD62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1CD62 is #4E329D. Grayscale: #B8B8B8. Windows color (decimal): -5124766 or 6475185. OLE color: 6475185.
HSL color Cylindrical-coordinate representation of color #B1CD62: hue angle of 75.7º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B1CD62 is Cyan = 0.14, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 177 | 205 | 98 | - |
| CMYK | 0.14 | 0 | 0.52 | 0.20 |
| HSL | 75.7º | 0.52% | 0.59% | - |
| HSV(B) | 75.7º | 0.52% | 0.8% | - |
| XYZ | 42.17 | 53.89 | 19.73 | - |
| YUV | 184.43 | 79.22 | 122.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 205 | 98 | 0.14 | 0 | 0.52 | 0.20 | 75.7 | 0.52 | 0.59 |
| Hex | B1 | CD | 62 | E | 0 | 34 | 14 | 4C | 34 | 3B |
| Octal | 261 | 315 | 142 | 16 | 0 | 64 | 24 | 114 | 64 | 73 |
| Binary | 10110001 | 11001101 | 1100010 | 1110 | 0 | 110100 | 10100 | 1001100 | 110100 | 111011 |
Color Harmonies of #B1CD62
Complementary color
Monochromatic Colors of #B1CD62
Black with #B1CD62
Text Example
Text Example
White with #B1CD62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1CD62; }
p { color: rgb(177,205,98); }
H1.HeaderClassName
{
color: #B1CD62;
}
.AnyTagClassName
{
color: #B1CD62;
}
</style>
background-color css
<style>
a { background-color: #B1CD62; }
a { background-color: rgb(177,205,98); }
div.DivClassName
{
background-color: #B1CD62;
}
.BgClassName
{
background-color: #B1CD62;
}
</style>
border-color css
<style>
span { border-color: #B1CD62; }
span { border-color: rgb(177,205,98); }
td.TdClassName
{
border-color: #B1CD62;
}
.TagClassName
{
border-color: #B1CD62;
}
</style>