Shades of Wild Willow #B8C16B
Tints of Wild Willow #B8C16B
RGB
CMYK
RGB Variations
Color information
#B8C16B (or 0xB8C16B) is known color: Wild Willow. HEX triplet: B8, C1 and 6B. RGB value is (184,193,107). Sum of RGB (Red+Green+Blue) = 184+193+107=484 (64% of max value = 765). Red value is 184 (72.27% from 255 or 38.02% from 484); Green value is 193 (75.78% from 255 or 39.88% from 484); Blue value is 107 (42.19% from 255 or 22.11% from 484); Max value from RGB is 193 - color contains mainly: green. Hex color #B8C16B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8C16B is #473E94. Grayscale: #B4B4B4. Windows color (decimal): -4669077 or 7061944. OLE color: 7061944.
HSL color Cylindrical-coordinate representation of color #B8C16B: hue angle of 66.28º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B8C16B is Cyan = 0.05, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 184 | 193 | 107 | - |
| CMYK | 0.05 | 0 | 0.45 | 0.24 |
| HSL | 66.28º | 0.41% | 0.59% | - |
| HSV(B) | 66.28º | 0.45% | 0.76% | - |
| XYZ | 41.49 | 49.39 | 21.26 | - |
| YUV | 180.51 | 86.52 | 130.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 193 | 107 | 0.05 | 0 | 0.45 | 0.24 | 66.28 | 0.41 | 0.59 |
| Hex | B8 | C1 | 6B | 5 | 0 | 2D | 18 | 42 | 29 | 3B |
| Octal | 270 | 301 | 153 | 5 | 0 | 55 | 30 | 102 | 51 | 73 |
| Binary | 10111000 | 11000001 | 1101011 | 101 | 0 | 101101 | 11000 | 1000010 | 101001 | 111011 |
Color Harmonies of #B8C16B
Complementary color
Monochromatic Colors of #B8C16B
Black with #B8C16B
Text Example
Text Example
White with #B8C16B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C16B; }
p { color: rgb(184,193,107); }
H1.HeaderClassName
{
color: #B8C16B;
}
.AnyTagClassName
{
color: #B8C16B;
}
</style>
background-color css
<style>
a { background-color: #B8C16B; }
a { background-color: rgb(184,193,107); }
div.DivClassName
{
background-color: #B8C16B;
}
.BgClassName
{
background-color: #B8C16B;
}
</style>
border-color css
<style>
span { border-color: #B8C16B; }
span { border-color: rgb(184,193,107); }
td.TdClassName
{
border-color: #B8C16B;
}
.TagClassName
{
border-color: #B8C16B;
}
</style>