Shades of Wild Willow #B2C066
Tints of Wild Willow #B2C066
RGB
CMYK
RGB Variations
Color information
#B2C066 (or 0xB2C066) is known color: Wild Willow. HEX triplet: B2, C0 and 66. RGB value is (178,192,102). Sum of RGB (Red+Green+Blue) = 178+192+102=472 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.71% from 472); Green value is 192 (75.39% from 255 or 40.68% from 472); Blue value is 102 (40.23% from 255 or 21.61% from 472); Max value from RGB is 192 - color contains mainly: green. Hex color #B2C066 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C066 is #4D3F99. Grayscale: #B1B1B1. Windows color (decimal): -5062554 or 6734002. OLE color: 6734002.
HSL color Cylindrical-coordinate representation of color #B2C066: hue angle of 69.33º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B2C066 is Cyan = 0.07, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 178 | 192 | 102 | - |
| CMYK | 0.07 | 0 | 0.47 | 0.25 |
| HSL | 69.33º | 0.42% | 0.58% | - |
| HSV(B) | 69.33º | 0.47% | 0.75% | - |
| XYZ | 39.61 | 48.12 | 19.77 | - |
| YUV | 177.55 | 85.36 | 128.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 192 | 102 | 0.07 | 0 | 0.47 | 0.25 | 69.33 | 0.42 | 0.58 |
| Hex | B2 | C0 | 66 | 7 | 0 | 2F | 19 | 45 | 2A | 3A |
| Octal | 262 | 300 | 146 | 7 | 0 | 57 | 31 | 105 | 52 | 72 |
| Binary | 10110010 | 11000000 | 1100110 | 111 | 0 | 101111 | 11001 | 1000101 | 101010 | 111010 |
Color Harmonies of #B2C066
Complementary color
Monochromatic Colors of #B2C066
Black with #B2C066
Text Example
Text Example
White with #B2C066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C066; }
p { color: rgb(178,192,102); }
H1.HeaderClassName
{
color: #B2C066;
}
.AnyTagClassName
{
color: #B2C066;
}
</style>
background-color css
<style>
a { background-color: #B2C066; }
a { background-color: rgb(178,192,102); }
div.DivClassName
{
background-color: #B2C066;
}
.BgClassName
{
background-color: #B2C066;
}
</style>
border-color css
<style>
span { border-color: #B2C066; }
span { border-color: rgb(178,192,102); }
td.TdClassName
{
border-color: #B2C066;
}
.TagClassName
{
border-color: #B2C066;
}
</style>