Shades of Wild Willow #B9CA57
Tints of Wild Willow #B9CA57
RGB
CMYK
RGB Variations
Color information
#B9CA57 (or 0xB9CA57) is known color: Wild Willow. HEX triplet: B9, CA and 57. RGB value is (185,202,87). Sum of RGB (Red+Green+Blue) = 185+202+87=474 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.03% from 474); Green value is 202 (79.30% from 255 or 42.62% from 474); Blue value is 87 (34.38% from 255 or 18.35% from 474); Max value from RGB is 202 - color contains mainly: green. Hex color #B9CA57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9CA57 is #4635A8. Grayscale: #B8B8B8. Windows color (decimal): -4601257 or 5753529. OLE color: 5753529.
HSL color Cylindrical-coordinate representation of color #B9CA57: hue angle of 68.87º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B9CA57 is Cyan = 0.08, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 185 | 202 | 87 | - |
| CMYK | 0.08 | 0 | 0.57 | 0.21 |
| HSL | 68.87º | 0.52% | 0.57% | - |
| HSV(B) | 68.87º | 0.57% | 0.79% | - |
| XYZ | 42.85 | 53.24 | 17.04 | - |
| YUV | 183.81 | 73.37 | 128.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 202 | 87 | 0.08 | 0 | 0.57 | 0.21 | 68.87 | 0.52 | 0.57 |
| Hex | B9 | CA | 57 | 8 | 0 | 39 | 15 | 45 | 34 | 39 |
| Octal | 271 | 312 | 127 | 10 | 0 | 71 | 25 | 105 | 64 | 71 |
| Binary | 10111001 | 11001010 | 1010111 | 1000 | 0 | 111001 | 10101 | 1000101 | 110100 | 111001 |
Color Harmonies of #B9CA57
Complementary color
Monochromatic Colors of #B9CA57
Black with #B9CA57
Text Example
Text Example
White with #B9CA57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9CA57; }
p { color: rgb(185,202,87); }
H1.HeaderClassName
{
color: #B9CA57;
}
.AnyTagClassName
{
color: #B9CA57;
}
</style>
background-color css
<style>
a { background-color: #B9CA57; }
a { background-color: rgb(185,202,87); }
div.DivClassName
{
background-color: #B9CA57;
}
.BgClassName
{
background-color: #B9CA57;
}
</style>
border-color css
<style>
span { border-color: #B9CA57; }
span { border-color: rgb(185,202,87); }
td.TdClassName
{
border-color: #B9CA57;
}
.TagClassName
{
border-color: #B9CA57;
}
</style>