Shades of Wild Willow #B9D15A
Tints of Wild Willow #B9D15A
RGB
CMYK
RGB Variations
Color information
#B9D15A (or 0xB9D15A) is known color: Wild Willow. HEX triplet: B9, D1 and 5A. RGB value is (185,209,90). Sum of RGB (Red+Green+Blue) = 185+209+90=484 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.22% from 484); Green value is 209 (82.03% from 255 or 43.18% from 484); Blue value is 90 (35.55% from 255 or 18.60% from 484); Max value from RGB is 209 - color contains mainly: green. Hex color #B9D15A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9D15A is #462EA5. Grayscale: #BCBCBC. Windows color (decimal): -4599462 or 5951929. OLE color: 5951929.
HSL color Cylindrical-coordinate representation of color #B9D15A: hue angle of 72.1º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B9D15A is Cyan = 0.11, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 185 | 209 | 90 | - |
| CMYK | 0.11 | 0 | 0.57 | 0.18 |
| HSL | 72.1º | 0.56% | 0.59% | - |
| HSV(B) | 72.1º | 0.57% | 0.82% | - |
| XYZ | 44.65 | 56.65 | 18.25 | - |
| YUV | 188.26 | 72.55 | 125.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 209 | 90 | 0.11 | 0 | 0.57 | 0.18 | 72.1 | 0.56 | 0.59 |
| Hex | B9 | D1 | 5A | B | 0 | 39 | 12 | 48 | 38 | 3B |
| Octal | 271 | 321 | 132 | 13 | 0 | 71 | 22 | 110 | 70 | 73 |
| Binary | 10111001 | 11010001 | 1011010 | 1011 | 0 | 111001 | 10010 | 1001000 | 111000 | 111011 |
Color Harmonies of #B9D15A
Complementary color
Monochromatic Colors of #B9D15A
Black with #B9D15A
Text Example
Text Example
White with #B9D15A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9D15A; }
p { color: rgb(185,209,90); }
H1.HeaderClassName
{
color: #B9D15A;
}
.AnyTagClassName
{
color: #B9D15A;
}
</style>
background-color css
<style>
a { background-color: #B9D15A; }
a { background-color: rgb(185,209,90); }
div.DivClassName
{
background-color: #B9D15A;
}
.BgClassName
{
background-color: #B9D15A;
}
</style>
border-color css
<style>
span { border-color: #B9D15A; }
span { border-color: rgb(185,209,90); }
td.TdClassName
{
border-color: #B9D15A;
}
.TagClassName
{
border-color: #B9D15A;
}
</style>