Shades of Wild Willow #B4CC5F
Tints of Wild Willow #B4CC5F
RGB
CMYK
RGB Variations
Color information
#B4CC5F (or 0xB4CC5F) is known color: Wild Willow. HEX triplet: B4, CC and 5F. RGB value is (180,204,95). Sum of RGB (Red+Green+Blue) = 180+204+95=479 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.58% from 479); Green value is 204 (80.08% from 255 or 42.59% from 479); Blue value is 95 (37.5% from 255 or 19.83% from 479); Max value from RGB is 204 - color contains mainly: green. Hex color #B4CC5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4CC5F is #4B33A0. Grayscale: #B8B8B8. Windows color (decimal): -4928417 or 6278324. OLE color: 6278324.
HSL color Cylindrical-coordinate representation of color #B4CC5F: hue angle of 73.21º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B4CC5F is Cyan = 0.12, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 180 | 204 | 95 | - |
| CMYK | 0.12 | 0 | 0.53 | 0.2 |
| HSL | 73.21º | 0.52% | 0.59% | - |
| HSV(B) | 73.21º | 0.53% | 0.8% | - |
| XYZ | 42.48 | 53.72 | 18.96 | - |
| YUV | 184.4 | 77.55 | 124.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 204 | 95 | 0.12 | 0 | 0.53 | 0.2 | 73.21 | 0.52 | 0.59 |
| Hex | B4 | CC | 5F | C | 0 | 35 | 14 | 49 | 34 | 3B |
| Octal | 264 | 314 | 137 | 14 | 0 | 65 | 24 | 111 | 64 | 73 |
| Binary | 10110100 | 11001100 | 1011111 | 1100 | 0 | 110101 | 10100 | 1001001 | 110100 | 111011 |
Color Harmonies of #B4CC5F
Complementary color
Monochromatic Colors of #B4CC5F
Black with #B4CC5F
Text Example
Text Example
White with #B4CC5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4CC5F; }
p { color: rgb(180,204,95); }
H1.HeaderClassName
{
color: #B4CC5F;
}
.AnyTagClassName
{
color: #B4CC5F;
}
</style>
background-color css
<style>
a { background-color: #B4CC5F; }
a { background-color: rgb(180,204,95); }
div.DivClassName
{
background-color: #B4CC5F;
}
.BgClassName
{
background-color: #B4CC5F;
}
</style>
border-color css
<style>
span { border-color: #B4CC5F; }
span { border-color: rgb(180,204,95); }
td.TdClassName
{
border-color: #B4CC5F;
}
.TagClassName
{
border-color: #B4CC5F;
}
</style>