Shades of Wild Willow #B5C168
Tints of Wild Willow #B5C168
RGB
CMYK
RGB Variations
Color information
#B5C168 (or 0xB5C168) is known color: Wild Willow. HEX triplet: B5, C1 and 68. RGB value is (181,193,104). Sum of RGB (Red+Green+Blue) = 181+193+104=478 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.87% from 478); Green value is 193 (75.78% from 255 or 40.38% from 478); Blue value is 104 (41.02% from 255 or 21.76% from 478); Max value from RGB is 193 - color contains mainly: green. Hex color #B5C168 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5C168 is #4A3E97. Grayscale: #B3B3B3. Windows color (decimal): -4865688 or 6865333. OLE color: 6865333.
HSL color Cylindrical-coordinate representation of color #B5C168: hue angle of 68.09º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B5C168 is Cyan = 0.06, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 193 | 104 | - |
| CMYK | 0.06 | 0 | 0.46 | 0.24 |
| HSL | 68.09º | 0.42% | 0.58% | - |
| HSV(B) | 68.09º | 0.46% | 0.76% | - |
| XYZ | 40.62 | 48.96 | 20.41 | - |
| YUV | 179.27 | 85.52 | 129.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 193 | 104 | 0.06 | 0 | 0.46 | 0.24 | 68.09 | 0.42 | 0.58 |
| Hex | B5 | C1 | 68 | 6 | 0 | 2E | 18 | 44 | 2A | 3A |
| Octal | 265 | 301 | 150 | 6 | 0 | 56 | 30 | 104 | 52 | 72 |
| Binary | 10110101 | 11000001 | 1101000 | 110 | 0 | 101110 | 11000 | 1000100 | 101010 | 111010 |
Color Harmonies of #B5C168
Complementary color
Monochromatic Colors of #B5C168
Black with #B5C168
Text Example
Text Example
White with #B5C168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C168; }
p { color: rgb(181,193,104); }
H1.HeaderClassName
{
color: #B5C168;
}
.AnyTagClassName
{
color: #B5C168;
}
</style>
background-color css
<style>
a { background-color: #B5C168; }
a { background-color: rgb(181,193,104); }
div.DivClassName
{
background-color: #B5C168;
}
.BgClassName
{
background-color: #B5C168;
}
</style>
border-color css
<style>
span { border-color: #B5C168; }
span { border-color: rgb(181,193,104); }
td.TdClassName
{
border-color: #B5C168;
}
.TagClassName
{
border-color: #B5C168;
}
</style>