Shades of Wild Willow #B8C05A
Tints of Wild Willow #B8C05A
RGB
CMYK
RGB Variations
Color information
#B8C05A (or 0xB8C05A) is known color: Wild Willow. HEX triplet: B8, C0 and 5A. RGB value is (184,192,90). Sum of RGB (Red+Green+Blue) = 184+192+90=466 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.48% from 466); Green value is 192 (75.39% from 255 or 41.20% from 466); Blue value is 90 (35.55% from 255 or 19.31% from 466); Max value from RGB is 192 - color contains mainly: green. Hex color #B8C05A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8C05A is #473FA5. Grayscale: #B2B2B2. Windows color (decimal): -4669350 or 5947576. OLE color: 5947576.
HSL color Cylindrical-coordinate representation of color #B8C05A: hue angle of 64.71º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B8C05A is Cyan = 0.04, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 184 | 192 | 90 | - |
| CMYK | 0.04 | 0 | 0.53 | 0.25 |
| HSL | 64.71º | 0.45% | 0.55% | - |
| HSV(B) | 64.71º | 0.53% | 0.75% | - |
| XYZ | 40.46 | 48.63 | 16.93 | - |
| YUV | 177.98 | 78.35 | 132.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 192 | 90 | 0.04 | 0 | 0.53 | 0.25 | 64.71 | 0.45 | 0.55 |
| Hex | B8 | C0 | 5A | 4 | 0 | 35 | 19 | 41 | 2D | 37 |
| Octal | 270 | 300 | 132 | 4 | 0 | 65 | 31 | 101 | 55 | 67 |
| Binary | 10111000 | 11000000 | 1011010 | 100 | 0 | 110101 | 11001 | 1000001 | 101101 | 110111 |
Color Harmonies of #B8C05A
Complementary color
Monochromatic Colors of #B8C05A
Black with #B8C05A
Text Example
Text Example
White with #B8C05A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C05A; }
p { color: rgb(184,192,90); }
H1.HeaderClassName
{
color: #B8C05A;
}
.AnyTagClassName
{
color: #B8C05A;
}
</style>
background-color css
<style>
a { background-color: #B8C05A; }
a { background-color: rgb(184,192,90); }
div.DivClassName
{
background-color: #B8C05A;
}
.BgClassName
{
background-color: #B8C05A;
}
</style>
border-color css
<style>
span { border-color: #B8C05A; }
span { border-color: rgb(184,192,90); }
td.TdClassName
{
border-color: #B8C05A;
}
.TagClassName
{
border-color: #B8C05A;
}
</style>