Shades of Wild Willow #B9CA5C
Tints of Wild Willow #B9CA5C
RGB
CMYK
RGB Variations
Color information
#B9CA5C (or 0xB9CA5C) is known color: Wild Willow. HEX triplet: B9, CA and 5C. RGB value is (185,202,92). Sum of RGB (Red+Green+Blue) = 185+202+92=479 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.62% from 479); Green value is 202 (79.30% from 255 or 42.17% from 479); Blue value is 92 (36.33% from 255 or 19.21% from 479); Max value from RGB is 202 - color contains mainly: green. Hex color #B9CA5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9CA5C is #4635A3. Grayscale: #B8B8B8. Windows color (decimal): -4601252 or 6081209. OLE color: 6081209.
HSL color Cylindrical-coordinate representation of color #B9CA5C: hue angle of 69.27º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B9CA5C is Cyan = 0.08, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 185 | 202 | 92 | - |
| CMYK | 0.08 | 0 | 0.54 | 0.21 |
| HSL | 69.27º | 0.51% | 0.58% | - |
| HSV(B) | 69.27º | 0.54% | 0.79% | - |
| XYZ | 43.06 | 53.33 | 18.15 | - |
| YUV | 184.38 | 75.87 | 128.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 202 | 92 | 0.08 | 0 | 0.54 | 0.21 | 69.27 | 0.51 | 0.58 |
| Hex | B9 | CA | 5C | 8 | 0 | 36 | 15 | 45 | 33 | 3A |
| Octal | 271 | 312 | 134 | 10 | 0 | 66 | 25 | 105 | 63 | 72 |
| Binary | 10111001 | 11001010 | 1011100 | 1000 | 0 | 110110 | 10101 | 1000101 | 110011 | 111010 |
Color Harmonies of #B9CA5C
Complementary color
Monochromatic Colors of #B9CA5C
Black with #B9CA5C
Text Example
Text Example
White with #B9CA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9CA5C; }
p { color: rgb(185,202,92); }
H1.HeaderClassName
{
color: #B9CA5C;
}
.AnyTagClassName
{
color: #B9CA5C;
}
</style>
background-color css
<style>
a { background-color: #B9CA5C; }
a { background-color: rgb(185,202,92); }
div.DivClassName
{
background-color: #B9CA5C;
}
.BgClassName
{
background-color: #B9CA5C;
}
</style>
border-color css
<style>
span { border-color: #B9CA5C; }
span { border-color: rgb(185,202,92); }
td.TdClassName
{
border-color: #B9CA5C;
}
.TagClassName
{
border-color: #B9CA5C;
}
</style>