Shades of Wild Willow #B8C265
Tints of Wild Willow #B8C265
RGB
CMYK
RGB Variations
Color information
#B8C265 (or 0xB8C265) is known color: Wild Willow. HEX triplet: B8, C2 and 65. RGB value is (184,194,101). Sum of RGB (Red+Green+Blue) = 184+194+101=479 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.41% from 479); Green value is 194 (76.17% from 255 or 40.50% from 479); Blue value is 101 (39.84% from 255 or 21.09% from 479); Max value from RGB is 194 - color contains mainly: green. Hex color #B8C265 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8C265 is #473D9A. Grayscale: #B4B4B4. Windows color (decimal): -4668827 or 6668984. OLE color: 6668984.
HSL color Cylindrical-coordinate representation of color #B8C265: hue angle of 66.45º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B8C265 is Cyan = 0.05, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 184 | 194 | 101 | - |
| CMYK | 0.05 | 0 | 0.48 | 0.24 |
| HSL | 66.45º | 0.43% | 0.58% | - |
| HSV(B) | 66.45º | 0.48% | 0.76% | - |
| XYZ | 41.41 | 49.71 | 19.73 | - |
| YUV | 180.41 | 83.19 | 130.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 194 | 101 | 0.05 | 0 | 0.48 | 0.24 | 66.45 | 0.43 | 0.58 |
| Hex | B8 | C2 | 65 | 5 | 0 | 30 | 18 | 42 | 2B | 3A |
| Octal | 270 | 302 | 145 | 5 | 0 | 60 | 30 | 102 | 53 | 72 |
| Binary | 10111000 | 11000010 | 1100101 | 101 | 0 | 110000 | 11000 | 1000010 | 101011 | 111010 |
Color Harmonies of #B8C265
Complementary color
Monochromatic Colors of #B8C265
Black with #B8C265
Text Example
Text Example
White with #B8C265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C265; }
p { color: rgb(184,194,101); }
H1.HeaderClassName
{
color: #B8C265;
}
.AnyTagClassName
{
color: #B8C265;
}
</style>
background-color css
<style>
a { background-color: #B8C265; }
a { background-color: rgb(184,194,101); }
div.DivClassName
{
background-color: #B8C265;
}
.BgClassName
{
background-color: #B8C265;
}
</style>
border-color css
<style>
span { border-color: #B8C265; }
span { border-color: rgb(184,194,101); }
td.TdClassName
{
border-color: #B8C265;
}
.TagClassName
{
border-color: #B8C265;
}
</style>