Shades of Wild Willow #B9D25E
Tints of Wild Willow #B9D25E
RGB
CMYK
RGB Variations
Color information
#B9D25E (or 0xB9D25E) is known color: Wild Willow. HEX triplet: B9, D2 and 5E. RGB value is (185,210,94). Sum of RGB (Red+Green+Blue) = 185+210+94=489 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.83% from 489); Green value is 210 (82.42% from 255 or 42.94% from 489); Blue value is 94 (37.11% from 255 or 19.22% from 489); Max value from RGB is 210 - color contains mainly: green. Hex color #B9D25E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9D25E is #462DA1. Grayscale: #BDBDBD. Windows color (decimal): -4599202 or 6214329. OLE color: 6214329.
HSL color Cylindrical-coordinate representation of color #B9D25E: hue angle of 72.93º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B9D25E is Cyan = 0.12, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 185 | 210 | 94 | - |
| CMYK | 0.12 | 0 | 0.55 | 0.18 |
| HSL | 72.93º | 0.56% | 0.6% | - |
| HSV(B) | 72.93º | 0.55% | 0.82% | - |
| XYZ | 45.07 | 57.22 | 19.26 | - |
| YUV | 189.3 | 74.22 | 124.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 210 | 94 | 0.12 | 0 | 0.55 | 0.18 | 72.93 | 0.56 | 0.6 |
| Hex | B9 | D2 | 5E | C | 0 | 37 | 12 | 49 | 38 | 3C |
| Octal | 271 | 322 | 136 | 14 | 0 | 67 | 22 | 111 | 70 | 74 |
| Binary | 10111001 | 11010010 | 1011110 | 1100 | 0 | 110111 | 10010 | 1001001 | 111000 | 111100 |
Color Harmonies of #B9D25E
Complementary color
Monochromatic Colors of #B9D25E
Black with #B9D25E
Text Example
Text Example
White with #B9D25E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9D25E; }
p { color: rgb(185,210,94); }
H1.HeaderClassName
{
color: #B9D25E;
}
.AnyTagClassName
{
color: #B9D25E;
}
</style>
background-color css
<style>
a { background-color: #B9D25E; }
a { background-color: rgb(185,210,94); }
div.DivClassName
{
background-color: #B9D25E;
}
.BgClassName
{
background-color: #B9D25E;
}
</style>
border-color css
<style>
span { border-color: #B9D25E; }
span { border-color: rgb(185,210,94); }
td.TdClassName
{
border-color: #B9D25E;
}
.TagClassName
{
border-color: #B9D25E;
}
</style>