Shades of Wild Willow #B8C670
Tints of Wild Willow #B8C670
RGB
CMYK
RGB Variations
Color information
#B8C670 (or 0xB8C670) is known color: Wild Willow. HEX triplet: B8, C6 and 70. RGB value is (184,198,112). Sum of RGB (Red+Green+Blue) = 184+198+112=494 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.25% from 494); Green value is 198 (77.73% from 255 or 40.08% from 494); Blue value is 112 (44.14% from 255 or 22.67% from 494); Max value from RGB is 198 - color contains mainly: green. Hex color #B8C670 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8C670 is #47398F. Grayscale: #B8B8B8. Windows color (decimal): -4667792 or 7390904. OLE color: 7390904.
HSL color Cylindrical-coordinate representation of color #B8C670: hue angle of 69.77º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B8C670 is Cyan = 0.07, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 184 | 198 | 112 | - |
| CMYK | 0.07 | 0 | 0.43 | 0.22 |
| HSL | 69.77º | 0.43% | 0.61% | - |
| HSV(B) | 69.77º | 0.43% | 0.78% | - |
| XYZ | 42.89 | 51.75 | 23.06 | - |
| YUV | 184.01 | 87.36 | 127.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 198 | 112 | 0.07 | 0 | 0.43 | 0.22 | 69.77 | 0.43 | 0.61 |
| Hex | B8 | C6 | 70 | 7 | 0 | 2B | 16 | 46 | 2B | 3D |
| Octal | 270 | 306 | 160 | 7 | 0 | 53 | 26 | 106 | 53 | 75 |
| Binary | 10111000 | 11000110 | 1110000 | 111 | 0 | 101011 | 10110 | 1000110 | 101011 | 111101 |
Color Harmonies of #B8C670
Complementary color
Monochromatic Colors of #B8C670
Black with #B8C670
Text Example
Text Example
White with #B8C670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C670; }
p { color: rgb(184,198,112); }
H1.HeaderClassName
{
color: #B8C670;
}
.AnyTagClassName
{
color: #B8C670;
}
</style>
background-color css
<style>
a { background-color: #B8C670; }
a { background-color: rgb(184,198,112); }
div.DivClassName
{
background-color: #B8C670;
}
.BgClassName
{
background-color: #B8C670;
}
</style>
border-color css
<style>
span { border-color: #B8C670; }
span { border-color: rgb(184,198,112); }
td.TdClassName
{
border-color: #B8C670;
}
.TagClassName
{
border-color: #B8C670;
}
</style>