Shades of Wild Willow #B4D46A
Tints of Wild Willow #B4D46A
RGB
CMYK
RGB Variations
Color information
#B4D46A (or 0xB4D46A) is known color: Wild Willow. HEX triplet: B4, D4 and 6A. RGB value is (180,212,106). Sum of RGB (Red+Green+Blue) = 180+212+106=498 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.14% from 498); Green value is 212 (83.20% from 255 or 42.57% from 498); Blue value is 106 (41.80% from 255 or 21.29% from 498); Max value from RGB is 212 - color contains mainly: green. Hex color #B4D46A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4D46A is #4B2B95. Grayscale: #BEBEBE. Windows color (decimal): -4926358 or 7001268. OLE color: 7001268.
HSL color Cylindrical-coordinate representation of color #B4D46A: hue angle of 78.11º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B4D46A is Cyan = 0.15, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 180 | 212 | 106 | - |
| CMYK | 0.15 | 0 | 0.5 | 0.17 |
| HSL | 78.11º | 0.55% | 0.62% | - |
| HSV(B) | 78.11º | 0.5% | 0.83% | - |
| XYZ | 44.97 | 57.83 | 22.43 | - |
| YUV | 190.35 | 80.4 | 120.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 212 | 106 | 0.15 | 0 | 0.5 | 0.17 | 78.11 | 0.55 | 0.62 |
| Hex | B4 | D4 | 6A | F | 0 | 32 | 11 | 4E | 37 | 3E |
| Octal | 264 | 324 | 152 | 17 | 0 | 62 | 21 | 116 | 67 | 76 |
| Binary | 10110100 | 11010100 | 1101010 | 1111 | 0 | 110010 | 10001 | 1001110 | 110111 | 111110 |
Color Harmonies of #B4D46A
Complementary color
Monochromatic Colors of #B4D46A
Black with #B4D46A
Text Example
Text Example
White with #B4D46A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4D46A; }
p { color: rgb(180,212,106); }
H1.HeaderClassName
{
color: #B4D46A;
}
.AnyTagClassName
{
color: #B4D46A;
}
</style>
background-color css
<style>
a { background-color: #B4D46A; }
a { background-color: rgb(180,212,106); }
div.DivClassName
{
background-color: #B4D46A;
}
.BgClassName
{
background-color: #B4D46A;
}
</style>
border-color css
<style>
span { border-color: #B4D46A; }
span { border-color: rgb(180,212,106); }
td.TdClassName
{
border-color: #B4D46A;
}
.TagClassName
{
border-color: #B4D46A;
}
</style>