Shades of Wild Willow #B7CC55
Tints of Wild Willow #B7CC55
RGB
CMYK
RGB Variations
Color information
#B7CC55 (or 0xB7CC55) is known color: Wild Willow. HEX triplet: B7, CC and 55. RGB value is (183,204,85). Sum of RGB (Red+Green+Blue) = 183+204+85=472 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.77% from 472); Green value is 204 (80.08% from 255 or 43.22% from 472); Blue value is 85 (33.59% from 255 or 18.01% from 472); Max value from RGB is 204 - color contains mainly: green. Hex color #B7CC55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7CC55 is #4833AA. Grayscale: #B8B8B8. Windows color (decimal): -4731819 or 5622967. OLE color: 5622967.
HSL color Cylindrical-coordinate representation of color #B7CC55: hue angle of 70.59º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B7CC55 is Cyan = 0.10, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 183 | 204 | 85 | - |
| CMYK | 0.10 | 0 | 0.58 | 0.2 |
| HSL | 70.59º | 0.54% | 0.57% | - |
| HSV(B) | 70.59º | 0.58% | 0.8% | - |
| XYZ | 42.76 | 53.91 | 16.75 | - |
| YUV | 184.16 | 72.04 | 127.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 204 | 85 | 0.10 | 0 | 0.58 | 0.2 | 70.59 | 0.54 | 0.57 |
| Hex | B7 | CC | 55 | A | 0 | 3A | 14 | 47 | 36 | 39 |
| Octal | 267 | 314 | 125 | 12 | 0 | 72 | 24 | 107 | 66 | 71 |
| Binary | 10110111 | 11001100 | 1010101 | 1010 | 0 | 111010 | 10100 | 1000111 | 110110 | 111001 |
Color Harmonies of #B7CC55
Complementary color
Monochromatic Colors of #B7CC55
Black with #B7CC55
Text Example
Text Example
White with #B7CC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7CC55; }
p { color: rgb(183,204,85); }
H1.HeaderClassName
{
color: #B7CC55;
}
.AnyTagClassName
{
color: #B7CC55;
}
</style>
background-color css
<style>
a { background-color: #B7CC55; }
a { background-color: rgb(183,204,85); }
div.DivClassName
{
background-color: #B7CC55;
}
.BgClassName
{
background-color: #B7CC55;
}
</style>
border-color css
<style>
span { border-color: #B7CC55; }
span { border-color: rgb(183,204,85); }
td.TdClassName
{
border-color: #B7CC55;
}
.TagClassName
{
border-color: #B7CC55;
}
</style>