Shades of Wild Willow #B8CA5B
Tints of Wild Willow #B8CA5B
RGB
CMYK
RGB Variations
Color information
#B8CA5B (or 0xB8CA5B) is known color: Wild Willow. HEX triplet: B8, CA and 5B. RGB value is (184,202,91). Sum of RGB (Red+Green+Blue) = 184+202+91=477 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.57% from 477); Green value is 202 (79.30% from 255 or 42.35% from 477); Blue value is 91 (35.94% from 255 or 19.08% from 477); Max value from RGB is 202 - color contains mainly: green. Hex color #B8CA5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8CA5B is #4735A4. Grayscale: #B8B8B8. Windows color (decimal): -4666789 or 6015672. OLE color: 6015672.
HSL color Cylindrical-coordinate representation of color #B8CA5B: hue angle of 69.73º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B8CA5B is Cyan = 0.09, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 184 | 202 | 91 | - |
| CMYK | 0.09 | 0 | 0.55 | 0.21 |
| HSL | 69.73º | 0.51% | 0.57% | - |
| HSV(B) | 69.73º | 0.55% | 0.79% | - |
| XYZ | 42.78 | 53.19 | 17.91 | - |
| YUV | 183.96 | 75.54 | 128.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 202 | 91 | 0.09 | 0 | 0.55 | 0.21 | 69.73 | 0.51 | 0.57 |
| Hex | B8 | CA | 5B | 9 | 0 | 37 | 15 | 46 | 33 | 39 |
| Octal | 270 | 312 | 133 | 11 | 0 | 67 | 25 | 106 | 63 | 71 |
| Binary | 10111000 | 11001010 | 1011011 | 1001 | 0 | 110111 | 10101 | 1000110 | 110011 | 111001 |
Color Harmonies of #B8CA5B
Complementary color
Monochromatic Colors of #B8CA5B
Black with #B8CA5B
Text Example
Text Example
White with #B8CA5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8CA5B; }
p { color: rgb(184,202,91); }
H1.HeaderClassName
{
color: #B8CA5B;
}
.AnyTagClassName
{
color: #B8CA5B;
}
</style>
background-color css
<style>
a { background-color: #B8CA5B; }
a { background-color: rgb(184,202,91); }
div.DivClassName
{
background-color: #B8CA5B;
}
.BgClassName
{
background-color: #B8CA5B;
}
</style>
border-color css
<style>
span { border-color: #B8CA5B; }
span { border-color: rgb(184,202,91); }
td.TdClassName
{
border-color: #B8CA5B;
}
.TagClassName
{
border-color: #B8CA5B;
}
</style>