Shades of Wild Willow #B8C068
Tints of Wild Willow #B8C068
RGB
CMYK
RGB Variations
Color information
#B8C068 (or 0xB8C068) is known color: Wild Willow. HEX triplet: B8, C0 and 68. RGB value is (184,192,104). Sum of RGB (Red+Green+Blue) = 184+192+104=480 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.33% from 480); Green value is 192 (75.39% from 255 or 40% from 480); Blue value is 104 (41.02% from 255 or 21.67% from 480); Max value from RGB is 192 - color contains mainly: green. Hex color #B8C068 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8C068 is #473F97. Grayscale: #B3B3B3. Windows color (decimal): -4669336 or 6865080. OLE color: 6865080.
HSL color Cylindrical-coordinate representation of color #B8C068: hue angle of 65.45º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B8C068 is Cyan = 0.04, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 184 | 192 | 104 | - |
| CMYK | 0.04 | 0 | 0.46 | 0.25 |
| HSL | 65.45º | 0.41% | 0.58% | - |
| HSV(B) | 65.45º | 0.46% | 0.75% | - |
| XYZ | 41.12 | 48.89 | 20.37 | - |
| YUV | 179.58 | 85.35 | 131.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 192 | 104 | 0.04 | 0 | 0.46 | 0.25 | 65.45 | 0.41 | 0.58 |
| Hex | B8 | C0 | 68 | 4 | 0 | 2E | 19 | 41 | 29 | 3A |
| Octal | 270 | 300 | 150 | 4 | 0 | 56 | 31 | 101 | 51 | 72 |
| Binary | 10111000 | 11000000 | 1101000 | 100 | 0 | 101110 | 11001 | 1000001 | 101001 | 111010 |
Color Harmonies of #B8C068
Complementary color
Monochromatic Colors of #B8C068
Black with #B8C068
Text Example
Text Example
White with #B8C068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C068; }
p { color: rgb(184,192,104); }
H1.HeaderClassName
{
color: #B8C068;
}
.AnyTagClassName
{
color: #B8C068;
}
</style>
background-color css
<style>
a { background-color: #B8C068; }
a { background-color: rgb(184,192,104); }
div.DivClassName
{
background-color: #B8C068;
}
.BgClassName
{
background-color: #B8C068;
}
</style>
border-color css
<style>
span { border-color: #B8C068; }
span { border-color: rgb(184,192,104); }
td.TdClassName
{
border-color: #B8C068;
}
.TagClassName
{
border-color: #B8C068;
}
</style>