Shades of Wild Willow #B2C263
Tints of Wild Willow #B2C263
RGB
CMYK
RGB Variations
Color information
#B2C263 (or 0xB2C263) is known color: Wild Willow. HEX triplet: B2, C2 and 63. RGB value is (178,194,99). Sum of RGB (Red+Green+Blue) = 178+194+99=471 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.79% from 471); Green value is 194 (76.17% from 255 or 41.19% from 471); Blue value is 99 (39.06% from 255 or 21.02% from 471); Max value from RGB is 194 - color contains mainly: green. Hex color #B2C263 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C263 is #4D3D9C. Grayscale: #B2B2B2. Windows color (decimal): -5062045 or 6537906. OLE color: 6537906.
HSL color Cylindrical-coordinate representation of color #B2C263: hue angle of 70.11º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B2C263 is Cyan = 0.08, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 178 | 194 | 99 | - |
| CMYK | 0.08 | 0 | 0.49 | 0.24 |
| HSL | 70.11º | 0.44% | 0.57% | - |
| HSV(B) | 70.11º | 0.49% | 0.76% | - |
| XYZ | 39.9 | 48.95 | 19.15 | - |
| YUV | 178.39 | 83.2 | 127.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 194 | 99 | 0.08 | 0 | 0.49 | 0.24 | 70.11 | 0.44 | 0.57 |
| Hex | B2 | C2 | 63 | 8 | 0 | 31 | 18 | 46 | 2C | 39 |
| Octal | 262 | 302 | 143 | 10 | 0 | 61 | 30 | 106 | 54 | 71 |
| Binary | 10110010 | 11000010 | 1100011 | 1000 | 0 | 110001 | 11000 | 1000110 | 101100 | 111001 |
Color Harmonies of #B2C263
Complementary color
Monochromatic Colors of #B2C263
Black with #B2C263
Text Example
Text Example
White with #B2C263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C263; }
p { color: rgb(178,194,99); }
H1.HeaderClassName
{
color: #B2C263;
}
.AnyTagClassName
{
color: #B2C263;
}
</style>
background-color css
<style>
a { background-color: #B2C263; }
a { background-color: rgb(178,194,99); }
div.DivClassName
{
background-color: #B2C263;
}
.BgClassName
{
background-color: #B2C263;
}
</style>
border-color css
<style>
span { border-color: #B2C263; }
span { border-color: rgb(178,194,99); }
td.TdClassName
{
border-color: #B2C263;
}
.TagClassName
{
border-color: #B2C263;
}
</style>