Shades of Wild Willow #B8C05F
Tints of Wild Willow #B8C05F
RGB
CMYK
RGB Variations
Color information
#B8C05F (or 0xB8C05F) is known color: Wild Willow. HEX triplet: B8, C0 and 5F. RGB value is (184,192,95). Sum of RGB (Red+Green+Blue) = 184+192+95=471 (62% of max value = 765). Red value is 184 (72.27% from 255 or 39.07% from 471); Green value is 192 (75.39% from 255 or 40.76% from 471); Blue value is 95 (37.5% from 255 or 20.17% from 471); Max value from RGB is 192 - color contains mainly: green. Hex color #B8C05F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8C05F is #473FA0. Grayscale: #B2B2B2. Windows color (decimal): -4669345 or 6275256. OLE color: 6275256.
HSL color Cylindrical-coordinate representation of color #B8C05F: hue angle of 64.95º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B8C05F is Cyan = 0.04, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 184 | 192 | 95 | - |
| CMYK | 0.04 | 0 | 0.51 | 0.25 |
| HSL | 64.95º | 0.43% | 0.56% | - |
| HSV(B) | 64.95º | 0.51% | 0.75% | - |
| XYZ | 40.68 | 48.72 | 18.09 | - |
| YUV | 178.55 | 80.85 | 131.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 192 | 95 | 0.04 | 0 | 0.51 | 0.25 | 64.95 | 0.43 | 0.56 |
| Hex | B8 | C0 | 5F | 4 | 0 | 33 | 19 | 41 | 2B | 38 |
| Octal | 270 | 300 | 137 | 4 | 0 | 63 | 31 | 101 | 53 | 70 |
| Binary | 10111000 | 11000000 | 1011111 | 100 | 0 | 110011 | 11001 | 1000001 | 101011 | 111000 |
Color Harmonies of #B8C05F
Complementary color
Monochromatic Colors of #B8C05F
Black with #B8C05F
Text Example
Text Example
White with #B8C05F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C05F; }
p { color: rgb(184,192,95); }
H1.HeaderClassName
{
color: #B8C05F;
}
.AnyTagClassName
{
color: #B8C05F;
}
</style>
background-color css
<style>
a { background-color: #B8C05F; }
a { background-color: rgb(184,192,95); }
div.DivClassName
{
background-color: #B8C05F;
}
.BgClassName
{
background-color: #B8C05F;
}
</style>
border-color css
<style>
span { border-color: #B8C05F; }
span { border-color: rgb(184,192,95); }
td.TdClassName
{
border-color: #B8C05F;
}
.TagClassName
{
border-color: #B8C05F;
}
</style>