Shades of Wild Willow #B4C367
Tints of Wild Willow #B4C367
RGB
CMYK
RGB Variations
Color information
#B4C367 (or 0xB4C367) is known color: Wild Willow. HEX triplet: B4, C3 and 67. RGB value is (180,195,103). Sum of RGB (Red+Green+Blue) = 180+195+103=478 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.66% from 478); Green value is 195 (76.56% from 255 or 40.79% from 478); Blue value is 103 (40.62% from 255 or 21.55% from 478); Max value from RGB is 195 - color contains mainly: green. Hex color #B4C367 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4C367 is #4B3C98. Grayscale: #B4B4B4. Windows color (decimal): -4930713 or 6800308. OLE color: 6800308.
HSL color Cylindrical-coordinate representation of color #B4C367: hue angle of 69.78º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B4C367 is Cyan = 0.08, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 180 | 195 | 103 | - |
| CMYK | 0.08 | 0 | 0.47 | 0.24 |
| HSL | 69.78º | 0.43% | 0.58% | - |
| HSV(B) | 69.78º | 0.47% | 0.76% | - |
| XYZ | 40.79 | 49.71 | 20.28 | - |
| YUV | 180.03 | 84.53 | 127.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 195 | 103 | 0.08 | 0 | 0.47 | 0.24 | 69.78 | 0.43 | 0.58 |
| Hex | B4 | C3 | 67 | 8 | 0 | 2F | 18 | 46 | 2B | 3A |
| Octal | 264 | 303 | 147 | 10 | 0 | 57 | 30 | 106 | 53 | 72 |
| Binary | 10110100 | 11000011 | 1100111 | 1000 | 0 | 101111 | 11000 | 1000110 | 101011 | 111010 |
Color Harmonies of #B4C367
Complementary color
Monochromatic Colors of #B4C367
Black with #B4C367
Text Example
Text Example
White with #B4C367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4C367; }
p { color: rgb(180,195,103); }
H1.HeaderClassName
{
color: #B4C367;
}
.AnyTagClassName
{
color: #B4C367;
}
</style>
background-color css
<style>
a { background-color: #B4C367; }
a { background-color: rgb(180,195,103); }
div.DivClassName
{
background-color: #B4C367;
}
.BgClassName
{
background-color: #B4C367;
}
</style>
border-color css
<style>
span { border-color: #B4C367; }
span { border-color: rgb(180,195,103); }
td.TdClassName
{
border-color: #B4C367;
}
.TagClassName
{
border-color: #B4C367;
}
</style>