Shades of Wild Willow #B6C068
Tints of Wild Willow #B6C068
RGB
CMYK
RGB Variations
Color information
#B6C068 (or 0xB6C068) is known color: Wild Willow. HEX triplet: B6, C0 and 68. RGB value is (182,192,104). Sum of RGB (Red+Green+Blue) = 182+192+104=478 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.08% from 478); Green value is 192 (75.39% from 255 or 40.17% from 478); Blue value is 104 (41.02% from 255 or 21.76% from 478); Max value from RGB is 192 - color contains mainly: green. Hex color #B6C068 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6C068 is #493F97. Grayscale: #B3B3B3. Windows color (decimal): -4800408 or 6865078. OLE color: 6865078.
HSL color Cylindrical-coordinate representation of color #B6C068: hue angle of 66.82º 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 #B6C068 is Cyan = 0.05, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 182 | 192 | 104 | - |
| CMYK | 0.05 | 0 | 0.46 | 0.25 |
| HSL | 66.82º | 0.41% | 0.58% | - |
| HSV(B) | 66.82º | 0.46% | 0.75% | - |
| XYZ | 40.64 | 48.64 | 20.34 | - |
| YUV | 178.98 | 85.69 | 130.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 192 | 104 | 0.05 | 0 | 0.46 | 0.25 | 66.82 | 0.41 | 0.58 |
| Hex | B6 | C0 | 68 | 5 | 0 | 2E | 19 | 43 | 29 | 3A |
| Octal | 266 | 300 | 150 | 5 | 0 | 56 | 31 | 103 | 51 | 72 |
| Binary | 10110110 | 11000000 | 1101000 | 101 | 0 | 101110 | 11001 | 1000011 | 101001 | 111010 |
Color Harmonies of #B6C068
Complementary color
Monochromatic Colors of #B6C068
Black with #B6C068
Text Example
Text Example
White with #B6C068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6C068; }
p { color: rgb(182,192,104); }
H1.HeaderClassName
{
color: #B6C068;
}
.AnyTagClassName
{
color: #B6C068;
}
</style>
background-color css
<style>
a { background-color: #B6C068; }
a { background-color: rgb(182,192,104); }
div.DivClassName
{
background-color: #B6C068;
}
.BgClassName
{
background-color: #B6C068;
}
</style>
border-color css
<style>
span { border-color: #B6C068; }
span { border-color: rgb(182,192,104); }
td.TdClassName
{
border-color: #B6C068;
}
.TagClassName
{
border-color: #B6C068;
}
</style>