Shades of Wild Willow #B4C963
Tints of Wild Willow #B4C963
RGB
CMYK
RGB Variations
Color information
#B4C963 (or 0xB4C963) is known color: Wild Willow. HEX triplet: B4, C9 and 63. RGB value is (180,201,99). Sum of RGB (Red+Green+Blue) = 180+201+99=480 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.5% from 480); Green value is 201 (78.91% from 255 or 41.88% from 480); Blue value is 99 (39.06% from 255 or 20.62% from 480); Max value from RGB is 201 - color contains mainly: green. Hex color #B4C963 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4C963 is #4B369C. Grayscale: #B7B7B7. Windows color (decimal): -4929181 or 6539700. OLE color: 6539700.
HSL color Cylindrical-coordinate representation of color #B4C963: hue angle of 72.35º 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 #B4C963 is Cyan = 0.10, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 180 | 201 | 99 | - |
| CMYK | 0.10 | 0 | 0.51 | 0.21 |
| HSL | 72.35º | 0.49% | 0.59% | - |
| HSV(B) | 72.35º | 0.51% | 0.79% | - |
| XYZ | 41.96 | 52.38 | 19.7 | - |
| YUV | 183.09 | 80.54 | 125.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 201 | 99 | 0.10 | 0 | 0.51 | 0.21 | 72.35 | 0.49 | 0.59 |
| Hex | B4 | C9 | 63 | A | 0 | 33 | 15 | 48 | 31 | 3B |
| Octal | 264 | 311 | 143 | 12 | 0 | 63 | 25 | 110 | 61 | 73 |
| Binary | 10110100 | 11001001 | 1100011 | 1010 | 0 | 110011 | 10101 | 1001000 | 110001 | 111011 |
Color Harmonies of #B4C963
Complementary color
Monochromatic Colors of #B4C963
Black with #B4C963
Text Example
Text Example
White with #B4C963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4C963; }
p { color: rgb(180,201,99); }
H1.HeaderClassName
{
color: #B4C963;
}
.AnyTagClassName
{
color: #B4C963;
}
</style>
background-color css
<style>
a { background-color: #B4C963; }
a { background-color: rgb(180,201,99); }
div.DivClassName
{
background-color: #B4C963;
}
.BgClassName
{
background-color: #B4C963;
}
</style>
border-color css
<style>
span { border-color: #B4C963; }
span { border-color: rgb(180,201,99); }
td.TdClassName
{
border-color: #B4C963;
}
.TagClassName
{
border-color: #B4C963;
}
</style>