Shades of Wild Willow #B4C966
Tints of Wild Willow #B4C966
RGB
CMYK
RGB Variations
Color information
#B4C966 (or 0xB4C966) is known color: Wild Willow. HEX triplet: B4, C9 and 66. RGB value is (180,201,102). Sum of RGB (Red+Green+Blue) = 180+201+102=483 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.27% from 483); Green value is 201 (78.91% from 255 or 41.61% from 483); Blue value is 102 (40.23% from 255 or 21.12% from 483); Max value from RGB is 201 - color contains mainly: green. Hex color #B4C966 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4C966 is #4B3699. Grayscale: #B7B7B7. Windows color (decimal): -4929178 or 6736308. OLE color: 6736308.
HSL color Cylindrical-coordinate representation of color #B4C966: hue angle of 72.73º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B4C966 is Cyan = 0.10, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 180 | 201 | 102 | - |
| CMYK | 0.10 | 0 | 0.49 | 0.21 |
| HSL | 72.73º | 0.48% | 0.59% | - |
| HSV(B) | 72.73º | 0.49% | 0.79% | - |
| XYZ | 42.11 | 52.44 | 20.47 | - |
| YUV | 183.44 | 82.04 | 125.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 201 | 102 | 0.10 | 0 | 0.49 | 0.21 | 72.73 | 0.48 | 0.59 |
| Hex | B4 | C9 | 66 | A | 0 | 31 | 15 | 49 | 30 | 3B |
| Octal | 264 | 311 | 146 | 12 | 0 | 61 | 25 | 111 | 60 | 73 |
| Binary | 10110100 | 11001001 | 1100110 | 1010 | 0 | 110001 | 10101 | 1001001 | 110000 | 111011 |
Color Harmonies of #B4C966
Complementary color
Monochromatic Colors of #B4C966
Black with #B4C966
Text Example
Text Example
White with #B4C966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4C966; }
p { color: rgb(180,201,102); }
H1.HeaderClassName
{
color: #B4C966;
}
.AnyTagClassName
{
color: #B4C966;
}
</style>
background-color css
<style>
a { background-color: #B4C966; }
a { background-color: rgb(180,201,102); }
div.DivClassName
{
background-color: #B4C966;
}
.BgClassName
{
background-color: #B4C966;
}
</style>
border-color css
<style>
span { border-color: #B4C966; }
span { border-color: rgb(180,201,102); }
td.TdClassName
{
border-color: #B4C966;
}
.TagClassName
{
border-color: #B4C966;
}
</style>