Shades of Wild Willow #B7CA64
Tints of Wild Willow #B7CA64
RGB
CMYK
RGB Variations
Color information
#B7CA64 (or 0xB7CA64) is known color: Wild Willow. HEX triplet: B7, CA and 64. RGB value is (183,202,100). Sum of RGB (Red+Green+Blue) = 183+202+100=485 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.73% from 485); Green value is 202 (79.30% from 255 or 41.65% from 485); Blue value is 100 (39.45% from 255 or 20.62% from 485); Max value from RGB is 202 - color contains mainly: green. Hex color #B7CA64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7CA64 is #48359B. Grayscale: #B9B9B9. Windows color (decimal): -4732316 or 6605495. OLE color: 6605495.
HSL color Cylindrical-coordinate representation of color #B7CA64: hue angle of 71.18º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B7CA64 is Cyan = 0.09, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 183 | 202 | 100 | - |
| CMYK | 0.09 | 0 | 0.50 | 0.21 |
| HSL | 71.18º | 0.49% | 0.59% | - |
| HSV(B) | 71.18º | 0.5% | 0.79% | - |
| XYZ | 42.95 | 53.23 | 20.07 | - |
| YUV | 184.69 | 80.21 | 126.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 202 | 100 | 0.09 | 0 | 0.50 | 0.21 | 71.18 | 0.49 | 0.59 |
| Hex | B7 | CA | 64 | 9 | 0 | 32 | 15 | 47 | 31 | 3B |
| Octal | 267 | 312 | 144 | 11 | 0 | 62 | 25 | 107 | 61 | 73 |
| Binary | 10110111 | 11001010 | 1100100 | 1001 | 0 | 110010 | 10101 | 1000111 | 110001 | 111011 |
Color Harmonies of #B7CA64
Complementary color
Monochromatic Colors of #B7CA64
Black with #B7CA64
Text Example
Text Example
White with #B7CA64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7CA64; }
p { color: rgb(183,202,100); }
H1.HeaderClassName
{
color: #B7CA64;
}
.AnyTagClassName
{
color: #B7CA64;
}
</style>
background-color css
<style>
a { background-color: #B7CA64; }
a { background-color: rgb(183,202,100); }
div.DivClassName
{
background-color: #B7CA64;
}
.BgClassName
{
background-color: #B7CA64;
}
</style>
border-color css
<style>
span { border-color: #B7CA64; }
span { border-color: rgb(183,202,100); }
td.TdClassName
{
border-color: #B7CA64;
}
.TagClassName
{
border-color: #B7CA64;
}
</style>