Shades of Wild Willow #B8CA5E
Tints of Wild Willow #B8CA5E
RGB
CMYK
RGB Variations
Color information
#B8CA5E (or 0xB8CA5E) is known color: Wild Willow. HEX triplet: B8, CA and 5E. RGB value is (184,202,94). Sum of RGB (Red+Green+Blue) = 184+202+94=480 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.33% from 480); Green value is 202 (79.30% from 255 or 42.08% from 480); Blue value is 94 (37.11% from 255 or 19.58% from 480); Max value from RGB is 202 - color contains mainly: green. Hex color #B8CA5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8CA5E is #4735A1. Grayscale: #B8B8B8. Windows color (decimal): -4666786 or 6212280. OLE color: 6212280.
HSL color Cylindrical-coordinate representation of color #B8CA5E: hue angle of 70º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B8CA5E is Cyan = 0.09, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 184 | 202 | 94 | - |
| CMYK | 0.09 | 0 | 0.53 | 0.21 |
| HSL | 70º | 0.5% | 0.58% | - |
| HSV(B) | 70º | 0.53% | 0.79% | - |
| XYZ | 42.91 | 53.24 | 18.6 | - |
| YUV | 184.31 | 77.04 | 127.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 202 | 94 | 0.09 | 0 | 0.53 | 0.21 | 70 | 0.5 | 0.58 |
| Hex | B8 | CA | 5E | 9 | 0 | 35 | 15 | 46 | 32 | 3A |
| Octal | 270 | 312 | 136 | 11 | 0 | 65 | 25 | 106 | 62 | 72 |
| Binary | 10111000 | 11001010 | 1011110 | 1001 | 0 | 110101 | 10101 | 1000110 | 110010 | 111010 |
Color Harmonies of #B8CA5E
Complementary color
Monochromatic Colors of #B8CA5E
Black with #B8CA5E
Text Example
Text Example
White with #B8CA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8CA5E; }
p { color: rgb(184,202,94); }
H1.HeaderClassName
{
color: #B8CA5E;
}
.AnyTagClassName
{
color: #B8CA5E;
}
</style>
background-color css
<style>
a { background-color: #B8CA5E; }
a { background-color: rgb(184,202,94); }
div.DivClassName
{
background-color: #B8CA5E;
}
.BgClassName
{
background-color: #B8CA5E;
}
</style>
border-color css
<style>
span { border-color: #B8CA5E; }
span { border-color: rgb(184,202,94); }
td.TdClassName
{
border-color: #B8CA5E;
}
.TagClassName
{
border-color: #B8CA5E;
}
</style>