Shades of Wild Willow #B2D368
Tints of Wild Willow #B2D368
RGB
CMYK
RGB Variations
Color information
#B2D368 (or 0xB2D368) is known color: Wild Willow. HEX triplet: B2, D3 and 68. RGB value is (178,211,104). Sum of RGB (Red+Green+Blue) = 178+211+104=493 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.11% from 493); Green value is 211 (82.81% from 255 or 42.80% from 493); Blue value is 104 (41.02% from 255 or 21.10% from 493); Max value from RGB is 211 - color contains mainly: green. Hex color #B2D368 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D368 is #4D2C97. Grayscale: #BDBDBD. Windows color (decimal): -5057688 or 6869938. OLE color: 6869938.
HSL color Cylindrical-coordinate representation of color #B2D368: hue angle of 78.5º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B2D368 is Cyan = 0.16, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 178 | 211 | 104 | - |
| CMYK | 0.16 | 0 | 0.51 | 0.17 |
| HSL | 78.5º | 0.55% | 0.62% | - |
| HSV(B) | 78.5º | 0.51% | 0.83% | - |
| XYZ | 44.15 | 57.05 | 21.78 | - |
| YUV | 188.94 | 80.07 | 120.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 211 | 104 | 0.16 | 0 | 0.51 | 0.17 | 78.5 | 0.55 | 0.62 |
| Hex | B2 | D3 | 68 | 10 | 0 | 33 | 11 | 4F | 37 | 3E |
| Octal | 262 | 323 | 150 | 20 | 0 | 63 | 21 | 117 | 67 | 76 |
| Binary | 10110010 | 11010011 | 1101000 | 10000 | 0 | 110011 | 10001 | 1001111 | 110111 | 111110 |
Color Harmonies of #B2D368
Complementary color
Monochromatic Colors of #B2D368
Black with #B2D368
Text Example
Text Example
White with #B2D368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D368; }
p { color: rgb(178,211,104); }
H1.HeaderClassName
{
color: #B2D368;
}
.AnyTagClassName
{
color: #B2D368;
}
</style>
background-color css
<style>
a { background-color: #B2D368; }
a { background-color: rgb(178,211,104); }
div.DivClassName
{
background-color: #B2D368;
}
.BgClassName
{
background-color: #B2D368;
}
</style>
border-color css
<style>
span { border-color: #B2D368; }
span { border-color: rgb(178,211,104); }
td.TdClassName
{
border-color: #B2D368;
}
.TagClassName
{
border-color: #B2D368;
}
</style>