Shades of Wild Willow #B4C168
Tints of Wild Willow #B4C168
RGB
CMYK
RGB Variations
Color information
#B4C168 (or 0xB4C168) is known color: Wild Willow. HEX triplet: B4, C1 and 68. RGB value is (180,193,104). Sum of RGB (Red+Green+Blue) = 180+193+104=477 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.74% from 477); Green value is 193 (75.78% from 255 or 40.46% from 477); Blue value is 104 (41.02% from 255 or 21.80% from 477); Max value from RGB is 193 - color contains mainly: green. Hex color #B4C168 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4C168 is #4B3E97. Grayscale: #B3B3B3. Windows color (decimal): -4931224 or 6865332. OLE color: 6865332.
HSL color Cylindrical-coordinate representation of color #B4C168: hue angle of 68.76º 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 #B4C168 is Cyan = 0.07, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 180 | 193 | 104 | - |
| CMYK | 0.07 | 0 | 0.46 | 0.24 |
| HSL | 68.76º | 0.42% | 0.58% | - |
| HSV(B) | 68.76º | 0.46% | 0.76% | - |
| XYZ | 40.39 | 48.84 | 20.4 | - |
| YUV | 178.97 | 85.69 | 128.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 193 | 104 | 0.07 | 0 | 0.46 | 0.24 | 68.76 | 0.42 | 0.58 |
| Hex | B4 | C1 | 68 | 7 | 0 | 2E | 18 | 45 | 2A | 3A |
| Octal | 264 | 301 | 150 | 7 | 0 | 56 | 30 | 105 | 52 | 72 |
| Binary | 10110100 | 11000001 | 1101000 | 111 | 0 | 101110 | 11000 | 1000101 | 101010 | 111010 |
Color Harmonies of #B4C168
Complementary color
Monochromatic Colors of #B4C168
Black with #B4C168
Text Example
Text Example
White with #B4C168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4C168; }
p { color: rgb(180,193,104); }
H1.HeaderClassName
{
color: #B4C168;
}
.AnyTagClassName
{
color: #B4C168;
}
</style>
background-color css
<style>
a { background-color: #B4C168; }
a { background-color: rgb(180,193,104); }
div.DivClassName
{
background-color: #B4C168;
}
.BgClassName
{
background-color: #B4C168;
}
</style>
border-color css
<style>
span { border-color: #B4C168; }
span { border-color: rgb(180,193,104); }
td.TdClassName
{
border-color: #B4C168;
}
.TagClassName
{
border-color: #B4C168;
}
</style>