Shades of Wild Willow #B8D06D
Tints of Wild Willow #B8D06D
RGB
CMYK
RGB Variations
Color information
#B8D06D (or 0xB8D06D) is known color: Wild Willow. HEX triplet: B8, D0 and 6D. RGB value is (184,208,109). Sum of RGB (Red+Green+Blue) = 184+208+109=501 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.73% from 501); Green value is 208 (81.64% from 255 or 41.52% from 501); Blue value is 109 (42.97% from 255 or 21.76% from 501); Max value from RGB is 208 - color contains mainly: green. Hex color #B8D06D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8D06D is #472F92. Grayscale: #BDBDBD. Windows color (decimal): -4665235 or 7196856. OLE color: 7196856.
HSL color Cylindrical-coordinate representation of color #B8D06D: hue angle of 74.55º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B8D06D is Cyan = 0.12, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 184 | 208 | 109 | - |
| CMYK | 0.12 | 0 | 0.48 | 0.18 |
| HSL | 74.55º | 0.51% | 0.62% | - |
| HSV(B) | 74.55º | 0.48% | 0.82% | - |
| XYZ | 45.08 | 56.41 | 22.98 | - |
| YUV | 189.54 | 82.55 | 124.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 208 | 109 | 0.12 | 0 | 0.48 | 0.18 | 74.55 | 0.51 | 0.62 |
| Hex | B8 | D0 | 6D | C | 0 | 30 | 12 | 4B | 33 | 3E |
| Octal | 270 | 320 | 155 | 14 | 0 | 60 | 22 | 113 | 63 | 76 |
| Binary | 10111000 | 11010000 | 1101101 | 1100 | 0 | 110000 | 10010 | 1001011 | 110011 | 111110 |
Color Harmonies of #B8D06D
Complementary color
Monochromatic Colors of #B8D06D
Black with #B8D06D
Text Example
Text Example
White with #B8D06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D06D; }
p { color: rgb(184,208,109); }
H1.HeaderClassName
{
color: #B8D06D;
}
.AnyTagClassName
{
color: #B8D06D;
}
</style>
background-color css
<style>
a { background-color: #B8D06D; }
a { background-color: rgb(184,208,109); }
div.DivClassName
{
background-color: #B8D06D;
}
.BgClassName
{
background-color: #B8D06D;
}
</style>
border-color css
<style>
span { border-color: #B8D06D; }
span { border-color: rgb(184,208,109); }
td.TdClassName
{
border-color: #B8D06D;
}
.TagClassName
{
border-color: #B8D06D;
}
</style>