Shades of Wild Willow #B9C35D
Tints of Wild Willow #B9C35D
RGB
CMYK
RGB Variations
Color information
#B9C35D (or 0xB9C35D) is known color: Wild Willow. HEX triplet: B9, C3 and 5D. RGB value is (185,195,93). Sum of RGB (Red+Green+Blue) = 185+195+93=473 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.11% from 473); Green value is 195 (76.56% from 255 or 41.23% from 473); Blue value is 93 (36.72% from 255 or 19.66% from 473); Max value from RGB is 195 - color contains mainly: green. Hex color #B9C35D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9C35D is #463CA2. Grayscale: #B4B4B4. Windows color (decimal): -4603043 or 6144953. OLE color: 6144953.
HSL color Cylindrical-coordinate representation of color #B9C35D: hue angle of 65.88º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B9C35D is Cyan = 0.05, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 185 | 195 | 93 | - |
| CMYK | 0.05 | 0 | 0.52 | 0.24 |
| HSL | 65.88º | 0.46% | 0.56% | - |
| HSV(B) | 65.88º | 0.52% | 0.76% | - |
| XYZ | 41.5 | 50.13 | 17.85 | - |
| YUV | 180.38 | 78.69 | 131.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 195 | 93 | 0.05 | 0 | 0.52 | 0.24 | 65.88 | 0.46 | 0.56 |
| Hex | B9 | C3 | 5D | 5 | 0 | 34 | 18 | 42 | 2E | 38 |
| Octal | 271 | 303 | 135 | 5 | 0 | 64 | 30 | 102 | 56 | 70 |
| Binary | 10111001 | 11000011 | 1011101 | 101 | 0 | 110100 | 11000 | 1000010 | 101110 | 111000 |
Color Harmonies of #B9C35D
Complementary color
Monochromatic Colors of #B9C35D
Black with #B9C35D
Text Example
Text Example
White with #B9C35D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C35D; }
p { color: rgb(185,195,93); }
H1.HeaderClassName
{
color: #B9C35D;
}
.AnyTagClassName
{
color: #B9C35D;
}
</style>
background-color css
<style>
a { background-color: #B9C35D; }
a { background-color: rgb(185,195,93); }
div.DivClassName
{
background-color: #B9C35D;
}
.BgClassName
{
background-color: #B9C35D;
}
</style>
border-color css
<style>
span { border-color: #B9C35D; }
span { border-color: rgb(185,195,93); }
td.TdClassName
{
border-color: #B9C35D;
}
.TagClassName
{
border-color: #B9C35D;
}
</style>