Shades of Wild Willow #B8C15A
Tints of Wild Willow #B8C15A
RGB
CMYK
RGB Variations
Color information
#B8C15A (or 0xB8C15A) is known color: Wild Willow. HEX triplet: B8, C1 and 5A. RGB value is (184,193,90). Sum of RGB (Red+Green+Blue) = 184+193+90=467 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.40% from 467); Green value is 193 (75.78% from 255 or 41.33% from 467); Blue value is 90 (35.55% from 255 or 19.27% from 467); Max value from RGB is 193 - color contains mainly: green. Hex color #B8C15A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8C15A is #473EA5. Grayscale: #B2B2B2. Windows color (decimal): -4669094 or 5947832. OLE color: 5947832.
HSL color Cylindrical-coordinate representation of color #B8C15A: hue angle of 65.24º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B8C15A is Cyan = 0.05, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 184 | 193 | 90 | - |
| CMYK | 0.05 | 0 | 0.53 | 0.24 |
| HSL | 65.24º | 0.45% | 0.55% | - |
| HSV(B) | 65.24º | 0.53% | 0.76% | - |
| XYZ | 40.68 | 49.07 | 17 | - |
| YUV | 178.57 | 78.02 | 131.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 193 | 90 | 0.05 | 0 | 0.53 | 0.24 | 65.24 | 0.45 | 0.55 |
| Hex | B8 | C1 | 5A | 5 | 0 | 35 | 18 | 41 | 2D | 37 |
| Octal | 270 | 301 | 132 | 5 | 0 | 65 | 30 | 101 | 55 | 67 |
| Binary | 10111000 | 11000001 | 1011010 | 101 | 0 | 110101 | 11000 | 1000001 | 101101 | 110111 |
Color Harmonies of #B8C15A
Complementary color
Monochromatic Colors of #B8C15A
Black with #B8C15A
Text Example
Text Example
White with #B8C15A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C15A; }
p { color: rgb(184,193,90); }
H1.HeaderClassName
{
color: #B8C15A;
}
.AnyTagClassName
{
color: #B8C15A;
}
</style>
background-color css
<style>
a { background-color: #B8C15A; }
a { background-color: rgb(184,193,90); }
div.DivClassName
{
background-color: #B8C15A;
}
.BgClassName
{
background-color: #B8C15A;
}
</style>
border-color css
<style>
span { border-color: #B8C15A; }
span { border-color: rgb(184,193,90); }
td.TdClassName
{
border-color: #B8C15A;
}
.TagClassName
{
border-color: #B8C15A;
}
</style>