Shades of Wild Willow #B2CF6D
Tints of Wild Willow #B2CF6D
RGB
CMYK
RGB Variations
Color information
#B2CF6D (or 0xB2CF6D) is known color: Wild Willow. HEX triplet: B2, CF and 6D. RGB value is (178,207,109). Sum of RGB (Red+Green+Blue) = 178+207+109=494 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.03% from 494); Green value is 207 (81.25% from 255 or 41.90% from 494); Blue value is 109 (42.97% from 255 or 22.06% from 494); Max value from RGB is 207 - color contains mainly: green. Hex color #B2CF6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2CF6D is #4D3092. Grayscale: #BBBBBB. Windows color (decimal): -5058707 or 7196594. OLE color: 7196594.
HSL color Cylindrical-coordinate representation of color #B2CF6D: hue angle of 77.76º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B2CF6D is Cyan = 0.14, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 178 | 207 | 109 | - |
| CMYK | 0.14 | 0 | 0.47 | 0.19 |
| HSL | 77.76º | 0.51% | 0.62% | - |
| HSV(B) | 77.76º | 0.47% | 0.81% | - |
| XYZ | 43.43 | 55.19 | 22.83 | - |
| YUV | 187.16 | 83.89 | 121.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 207 | 109 | 0.14 | 0 | 0.47 | 0.19 | 77.76 | 0.51 | 0.62 |
| Hex | B2 | CF | 6D | E | 0 | 2F | 13 | 4E | 33 | 3E |
| Octal | 262 | 317 | 155 | 16 | 0 | 57 | 23 | 116 | 63 | 76 |
| Binary | 10110010 | 11001111 | 1101101 | 1110 | 0 | 101111 | 10011 | 1001110 | 110011 | 111110 |
Color Harmonies of #B2CF6D
Complementary color
Monochromatic Colors of #B2CF6D
Black with #B2CF6D
Text Example
Text Example
White with #B2CF6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CF6D; }
p { color: rgb(178,207,109); }
H1.HeaderClassName
{
color: #B2CF6D;
}
.AnyTagClassName
{
color: #B2CF6D;
}
</style>
background-color css
<style>
a { background-color: #B2CF6D; }
a { background-color: rgb(178,207,109); }
div.DivClassName
{
background-color: #B2CF6D;
}
.BgClassName
{
background-color: #B2CF6D;
}
</style>
border-color css
<style>
span { border-color: #B2CF6D; }
span { border-color: rgb(178,207,109); }
td.TdClassName
{
border-color: #B2CF6D;
}
.TagClassName
{
border-color: #B2CF6D;
}
</style>