Shades of Wild Willow #B7CA62
Tints of Wild Willow #B7CA62
RGB
CMYK
RGB Variations
Color information
#B7CA62 (or 0xB7CA62) is known color: Wild Willow. HEX triplet: B7, CA and 62. RGB value is (183,202,98). Sum of RGB (Red+Green+Blue) = 183+202+98=483 (63% of max value = 765). Red value is 183 (71.88% from 255 or 37.89% from 483); Green value is 202 (79.30% from 255 or 41.82% from 483); Blue value is 98 (38.67% from 255 or 20.29% from 483); Max value from RGB is 202 - color contains mainly: green. Hex color #B7CA62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7CA62 is #48359D. Grayscale: #B8B8B8. Windows color (decimal): -4732318 or 6474423. OLE color: 6474423.
HSL color Cylindrical-coordinate representation of color #B7CA62: hue angle of 70.96º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B7CA62 is Cyan = 0.09, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 183 | 202 | 98 | - |
| CMYK | 0.09 | 0 | 0.51 | 0.21 |
| HSL | 70.96º | 0.5% | 0.59% | - |
| HSV(B) | 70.96º | 0.51% | 0.79% | - |
| XYZ | 42.85 | 53.19 | 19.56 | - |
| YUV | 184.46 | 79.21 | 126.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 202 | 98 | 0.09 | 0 | 0.51 | 0.21 | 70.96 | 0.5 | 0.59 |
| Hex | B7 | CA | 62 | 9 | 0 | 33 | 15 | 47 | 32 | 3B |
| Octal | 267 | 312 | 142 | 11 | 0 | 63 | 25 | 107 | 62 | 73 |
| Binary | 10110111 | 11001010 | 1100010 | 1001 | 0 | 110011 | 10101 | 1000111 | 110010 | 111011 |
Color Harmonies of #B7CA62
Complementary color
Monochromatic Colors of #B7CA62
Black with #B7CA62
Text Example
Text Example
White with #B7CA62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7CA62; }
p { color: rgb(183,202,98); }
H1.HeaderClassName
{
color: #B7CA62;
}
.AnyTagClassName
{
color: #B7CA62;
}
</style>
background-color css
<style>
a { background-color: #B7CA62; }
a { background-color: rgb(183,202,98); }
div.DivClassName
{
background-color: #B7CA62;
}
.BgClassName
{
background-color: #B7CA62;
}
</style>
border-color css
<style>
span { border-color: #B7CA62; }
span { border-color: rgb(183,202,98); }
td.TdClassName
{
border-color: #B7CA62;
}
.TagClassName
{
border-color: #B7CA62;
}
</style>