Shades of Wild Willow #B4C06E
Tints of Wild Willow #B4C06E
RGB
CMYK
RGB Variations
Color information
#B4C06E (or 0xB4C06E) is known color: Wild Willow. HEX triplet: B4, C0 and 6E. RGB value is (180,192,110). Sum of RGB (Red+Green+Blue) = 180+192+110=482 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.34% from 482); Green value is 192 (75.39% from 255 or 39.83% from 482); Blue value is 110 (43.36% from 255 or 22.82% from 482); Max value from RGB is 192 - color contains mainly: green. Hex color #B4C06E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4C06E is #4B3F91. Grayscale: #B3B3B3. Windows color (decimal): -4931474 or 7258292. OLE color: 7258292.
HSL color Cylindrical-coordinate representation of color #B4C06E: hue angle of 68.78º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B4C06E is Cyan = 0.06, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 180 | 192 | 110 | - |
| CMYK | 0.06 | 0 | 0.43 | 0.25 |
| HSL | 68.78º | 0.39% | 0.59% | - |
| HSV(B) | 68.78º | 0.43% | 0.75% | - |
| XYZ | 40.49 | 48.53 | 21.98 | - |
| YUV | 179.06 | 89.02 | 128.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 192 | 110 | 0.06 | 0 | 0.43 | 0.25 | 68.78 | 0.39 | 0.59 |
| Hex | B4 | C0 | 6E | 6 | 0 | 2B | 19 | 45 | 27 | 3B |
| Octal | 264 | 300 | 156 | 6 | 0 | 53 | 31 | 105 | 47 | 73 |
| Binary | 10110100 | 11000000 | 1101110 | 110 | 0 | 101011 | 11001 | 1000101 | 100111 | 111011 |
Color Harmonies of #B4C06E
Complementary color
Monochromatic Colors of #B4C06E
Black with #B4C06E
Text Example
Text Example
White with #B4C06E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4C06E; }
p { color: rgb(180,192,110); }
H1.HeaderClassName
{
color: #B4C06E;
}
.AnyTagClassName
{
color: #B4C06E;
}
</style>
background-color css
<style>
a { background-color: #B4C06E; }
a { background-color: rgb(180,192,110); }
div.DivClassName
{
background-color: #B4C06E;
}
.BgClassName
{
background-color: #B4C06E;
}
</style>
border-color css
<style>
span { border-color: #B4C06E; }
span { border-color: rgb(180,192,110); }
td.TdClassName
{
border-color: #B4C06E;
}
.TagClassName
{
border-color: #B4C06E;
}
</style>