Shades of Wild Willow #B2C864
Tints of Wild Willow #B2C864
RGB
CMYK
RGB Variations
Color information
#B2C864 (or 0xB2C864) is known color: Wild Willow. HEX triplet: B2, C8 and 64. RGB value is (178,200,100). Sum of RGB (Red+Green+Blue) = 178+200+100=478 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.24% from 478); Green value is 200 (78.52% from 255 or 41.84% from 478); Blue value is 100 (39.45% from 255 or 20.92% from 478); Max value from RGB is 200 - color contains mainly: green. Hex color #B2C864 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C864 is #4D379B. Grayscale: #B6B6B6. Windows color (decimal): -5060508 or 6604978. OLE color: 6604978.
HSL color Cylindrical-coordinate representation of color #B2C864: hue angle of 73.2º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B2C864 is Cyan = 0.11, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 178 | 200 | 100 | - |
| CMYK | 0.11 | 0 | 0.5 | 0.22 |
| HSL | 73.2º | 0.48% | 0.59% | - |
| HSV(B) | 73.2º | 0.5% | 0.78% | - |
| XYZ | 41.31 | 51.69 | 19.86 | - |
| YUV | 182.02 | 81.71 | 125.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 200 | 100 | 0.11 | 0 | 0.5 | 0.22 | 73.2 | 0.48 | 0.59 |
| Hex | B2 | C8 | 64 | B | 0 | 32 | 16 | 49 | 30 | 3B |
| Octal | 262 | 310 | 144 | 13 | 0 | 62 | 26 | 111 | 60 | 73 |
| Binary | 10110010 | 11001000 | 1100100 | 1011 | 0 | 110010 | 10110 | 1001001 | 110000 | 111011 |
Color Harmonies of #B2C864
Complementary color
Monochromatic Colors of #B2C864
Black with #B2C864
Text Example
Text Example
White with #B2C864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C864; }
p { color: rgb(178,200,100); }
H1.HeaderClassName
{
color: #B2C864;
}
.AnyTagClassName
{
color: #B2C864;
}
</style>
background-color css
<style>
a { background-color: #B2C864; }
a { background-color: rgb(178,200,100); }
div.DivClassName
{
background-color: #B2C864;
}
.BgClassName
{
background-color: #B2C864;
}
</style>
border-color css
<style>
span { border-color: #B2C864; }
span { border-color: rgb(178,200,100); }
td.TdClassName
{
border-color: #B2C864;
}
.TagClassName
{
border-color: #B2C864;
}
</style>