Shades of Wild Willow #B2C963
Tints of Wild Willow #B2C963
RGB
CMYK
RGB Variations
Color information
#B2C963 (or 0xB2C963) is known color: Wild Willow. HEX triplet: B2, C9 and 63. RGB value is (178,201,99). Sum of RGB (Red+Green+Blue) = 178+201+99=478 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.24% from 478); Green value is 201 (78.91% from 255 or 42.05% from 478); Blue value is 99 (39.06% from 255 or 20.71% from 478); Max value from RGB is 201 - color contains mainly: green. Hex color #B2C963 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C963 is #4D369C. Grayscale: #B6B6B6. Windows color (decimal): -5060253 or 6539698. OLE color: 6539698.
HSL color Cylindrical-coordinate representation of color #B2C963: hue angle of 73.53º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B2C963 is Cyan = 0.11, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 178 | 201 | 99 | - |
| CMYK | 0.11 | 0 | 0.51 | 0.21 |
| HSL | 73.53º | 0.49% | 0.59% | - |
| HSV(B) | 73.53º | 0.51% | 0.79% | - |
| XYZ | 41.5 | 52.14 | 19.68 | - |
| YUV | 182.5 | 80.88 | 124.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 201 | 99 | 0.11 | 0 | 0.51 | 0.21 | 73.53 | 0.49 | 0.59 |
| Hex | B2 | C9 | 63 | B | 0 | 33 | 15 | 4A | 31 | 3B |
| Octal | 262 | 311 | 143 | 13 | 0 | 63 | 25 | 112 | 61 | 73 |
| Binary | 10110010 | 11001001 | 1100011 | 1011 | 0 | 110011 | 10101 | 1001010 | 110001 | 111011 |
Color Harmonies of #B2C963
Complementary color
Monochromatic Colors of #B2C963
Black with #B2C963
Text Example
Text Example
White with #B2C963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C963; }
p { color: rgb(178,201,99); }
H1.HeaderClassName
{
color: #B2C963;
}
.AnyTagClassName
{
color: #B2C963;
}
</style>
background-color css
<style>
a { background-color: #B2C963; }
a { background-color: rgb(178,201,99); }
div.DivClassName
{
background-color: #B2C963;
}
.BgClassName
{
background-color: #B2C963;
}
</style>
border-color css
<style>
span { border-color: #B2C963; }
span { border-color: rgb(178,201,99); }
td.TdClassName
{
border-color: #B2C963;
}
.TagClassName
{
border-color: #B2C963;
}
</style>