Shades of Wild Willow #B2C164
Tints of Wild Willow #B2C164
RGB
CMYK
RGB Variations
Color information
#B2C164 (or 0xB2C164) is known color: Wild Willow. HEX triplet: B2, C1 and 64. RGB value is (178,193,100). Sum of RGB (Red+Green+Blue) = 178+193+100=471 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.79% from 471); Green value is 193 (75.78% from 255 or 40.98% from 471); Blue value is 100 (39.45% from 255 or 21.23% from 471); Max value from RGB is 193 - color contains mainly: green. Hex color #B2C164 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C164 is #4D3E9B. Grayscale: #B2B2B2. Windows color (decimal): -5062300 or 6603186. OLE color: 6603186.
HSL color Cylindrical-coordinate representation of color #B2C164: hue angle of 69.68º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B2C164 is Cyan = 0.08, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 178 | 193 | 100 | - |
| CMYK | 0.08 | 0 | 0.48 | 0.24 |
| HSL | 69.68º | 0.43% | 0.57% | - |
| HSV(B) | 69.68º | 0.48% | 0.76% | - |
| XYZ | 39.73 | 48.53 | 19.33 | - |
| YUV | 177.91 | 84.03 | 128.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 193 | 100 | 0.08 | 0 | 0.48 | 0.24 | 69.68 | 0.43 | 0.57 |
| Hex | B2 | C1 | 64 | 8 | 0 | 30 | 18 | 46 | 2B | 39 |
| Octal | 262 | 301 | 144 | 10 | 0 | 60 | 30 | 106 | 53 | 71 |
| Binary | 10110010 | 11000001 | 1100100 | 1000 | 0 | 110000 | 11000 | 1000110 | 101011 | 111001 |
Color Harmonies of #B2C164
Complementary color
Monochromatic Colors of #B2C164
Black with #B2C164
Text Example
Text Example
White with #B2C164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C164; }
p { color: rgb(178,193,100); }
H1.HeaderClassName
{
color: #B2C164;
}
.AnyTagClassName
{
color: #B2C164;
}
</style>
background-color css
<style>
a { background-color: #B2C164; }
a { background-color: rgb(178,193,100); }
div.DivClassName
{
background-color: #B2C164;
}
.BgClassName
{
background-color: #B2C164;
}
</style>
border-color css
<style>
span { border-color: #B2C164; }
span { border-color: rgb(178,193,100); }
td.TdClassName
{
border-color: #B2C164;
}
.TagClassName
{
border-color: #B2C164;
}
</style>