Shades of Wild Willow #B7CA5D
Tints of Wild Willow #B7CA5D
RGB
CMYK
RGB Variations
Color information
#B7CA5D (or 0xB7CA5D) is known color: Wild Willow. HEX triplet: B7, CA and 5D. RGB value is (183,202,93). Sum of RGB (Red+Green+Blue) = 183+202+93=478 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.28% from 478); Green value is 202 (79.30% from 255 or 42.26% from 478); Blue value is 93 (36.72% from 255 or 19.46% from 478); Max value from RGB is 202 - color contains mainly: green. Hex color #B7CA5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7CA5D is #4835A2. Grayscale: #B8B8B8. Windows color (decimal): -4732323 or 6146743. OLE color: 6146743.
HSL color Cylindrical-coordinate representation of color #B7CA5D: hue angle of 70.46º 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 #B7CA5D is Cyan = 0.09, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 183 | 202 | 93 | - |
| CMYK | 0.09 | 0 | 0.54 | 0.21 |
| HSL | 70.46º | 0.51% | 0.58% | - |
| HSV(B) | 70.46º | 0.54% | 0.79% | - |
| XYZ | 42.62 | 53.1 | 18.36 | - |
| YUV | 183.89 | 76.71 | 127.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 202 | 93 | 0.09 | 0 | 0.54 | 0.21 | 70.46 | 0.51 | 0.58 |
| Hex | B7 | CA | 5D | 9 | 0 | 36 | 15 | 46 | 33 | 3A |
| Octal | 267 | 312 | 135 | 11 | 0 | 66 | 25 | 106 | 63 | 72 |
| Binary | 10110111 | 11001010 | 1011101 | 1001 | 0 | 110110 | 10101 | 1000110 | 110011 | 111010 |
Color Harmonies of #B7CA5D
Complementary color
Monochromatic Colors of #B7CA5D
Black with #B7CA5D
Text Example
Text Example
White with #B7CA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7CA5D; }
p { color: rgb(183,202,93); }
H1.HeaderClassName
{
color: #B7CA5D;
}
.AnyTagClassName
{
color: #B7CA5D;
}
</style>
background-color css
<style>
a { background-color: #B7CA5D; }
a { background-color: rgb(183,202,93); }
div.DivClassName
{
background-color: #B7CA5D;
}
.BgClassName
{
background-color: #B7CA5D;
}
</style>
border-color css
<style>
span { border-color: #B7CA5D; }
span { border-color: rgb(183,202,93); }
td.TdClassName
{
border-color: #B7CA5D;
}
.TagClassName
{
border-color: #B7CA5D;
}
</style>