Shades of Wild Willow #B1CD6D
Tints of Wild Willow #B1CD6D
RGB
CMYK
RGB Variations
Color information
#B1CD6D (or 0xB1CD6D) is known color: Wild Willow. HEX triplet: B1, CD and 6D. RGB value is (177,205,109). Sum of RGB (Red+Green+Blue) = 177+205+109=491 (65% of max value = 765). Red value is 177 (69.53% from 255 or 36.05% from 491); Green value is 205 (80.47% from 255 or 41.75% from 491); Blue value is 109 (42.97% from 255 or 22.20% from 491); Max value from RGB is 205 - color contains mainly: green. Hex color #B1CD6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1CD6D is #4E3292. Grayscale: #BABABA. Windows color (decimal): -5124755 or 7196081. OLE color: 7196081.
HSL color Cylindrical-coordinate representation of color #B1CD6D: hue angle of 77.5º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B1CD6D is Cyan = 0.14, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 177 | 205 | 109 | - |
| CMYK | 0.14 | 0 | 0.47 | 0.20 |
| HSL | 77.5º | 0.49% | 0.62% | - |
| HSV(B) | 77.5º | 0.47% | 0.8% | - |
| XYZ | 42.72 | 54.11 | 22.66 | - |
| YUV | 185.68 | 84.72 | 121.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 205 | 109 | 0.14 | 0 | 0.47 | 0.20 | 77.5 | 0.49 | 0.62 |
| Hex | B1 | CD | 6D | E | 0 | 2F | 14 | 4E | 31 | 3E |
| Octal | 261 | 315 | 155 | 16 | 0 | 57 | 24 | 116 | 61 | 76 |
| Binary | 10110001 | 11001101 | 1101101 | 1110 | 0 | 101111 | 10100 | 1001110 | 110001 | 111110 |
Color Harmonies of #B1CD6D
Complementary color
Monochromatic Colors of #B1CD6D
Black with #B1CD6D
Text Example
Text Example
White with #B1CD6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1CD6D; }
p { color: rgb(177,205,109); }
H1.HeaderClassName
{
color: #B1CD6D;
}
.AnyTagClassName
{
color: #B1CD6D;
}
</style>
background-color css
<style>
a { background-color: #B1CD6D; }
a { background-color: rgb(177,205,109); }
div.DivClassName
{
background-color: #B1CD6D;
}
.BgClassName
{
background-color: #B1CD6D;
}
</style>
border-color css
<style>
span { border-color: #B1CD6D; }
span { border-color: rgb(177,205,109); }
td.TdClassName
{
border-color: #B1CD6D;
}
.TagClassName
{
border-color: #B1CD6D;
}
</style>