Shades of Wild Willow #B8C65C
Tints of Wild Willow #B8C65C
RGB
CMYK
RGB Variations
Color information
#B8C65C (or 0xB8C65C) is known color: Wild Willow. HEX triplet: B8, C6 and 5C. RGB value is (184,198,92). Sum of RGB (Red+Green+Blue) = 184+198+92=474 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.82% from 474); Green value is 198 (77.73% from 255 or 41.77% from 474); Blue value is 92 (36.33% from 255 or 19.41% from 474); Max value from RGB is 198 - color contains mainly: green. Hex color #B8C65C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8C65C is #4739A3. Grayscale: #B6B6B6. Windows color (decimal): -4667812 or 6080184. OLE color: 6080184.
HSL color Cylindrical-coordinate representation of color #B8C65C: hue angle of 67.92º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B8C65C is Cyan = 0.07, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 184 | 198 | 92 | - |
| CMYK | 0.07 | 0 | 0.54 | 0.22 |
| HSL | 67.92º | 0.48% | 0.57% | - |
| HSV(B) | 67.92º | 0.54% | 0.78% | - |
| XYZ | 41.89 | 51.35 | 17.83 | - |
| YUV | 181.73 | 77.36 | 129.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 198 | 92 | 0.07 | 0 | 0.54 | 0.22 | 67.92 | 0.48 | 0.57 |
| Hex | B8 | C6 | 5C | 7 | 0 | 36 | 16 | 44 | 30 | 39 |
| Octal | 270 | 306 | 134 | 7 | 0 | 66 | 26 | 104 | 60 | 71 |
| Binary | 10111000 | 11000110 | 1011100 | 111 | 0 | 110110 | 10110 | 1000100 | 110000 | 111001 |
Color Harmonies of #B8C65C
Complementary color
Monochromatic Colors of #B8C65C
Black with #B8C65C
Text Example
Text Example
White with #B8C65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C65C; }
p { color: rgb(184,198,92); }
H1.HeaderClassName
{
color: #B8C65C;
}
.AnyTagClassName
{
color: #B8C65C;
}
</style>
background-color css
<style>
a { background-color: #B8C65C; }
a { background-color: rgb(184,198,92); }
div.DivClassName
{
background-color: #B8C65C;
}
.BgClassName
{
background-color: #B8C65C;
}
</style>
border-color css
<style>
span { border-color: #B8C65C; }
span { border-color: rgb(184,198,92); }
td.TdClassName
{
border-color: #B8C65C;
}
.TagClassName
{
border-color: #B8C65C;
}
</style>