Shades of Wild Willow #B7CC56
Tints of Wild Willow #B7CC56
RGB
CMYK
RGB Variations
Color information
#B7CC56 (or 0xB7CC56) is known color: Wild Willow. HEX triplet: B7, CC and 56. RGB value is (183,204,86). Sum of RGB (Red+Green+Blue) = 183+204+86=473 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.69% from 473); Green value is 204 (80.08% from 255 or 43.13% from 473); Blue value is 86 (33.98% from 255 or 18.18% from 473); Max value from RGB is 204 - color contains mainly: green. Hex color #B7CC56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7CC56 is #4833A9. Grayscale: #B8B8B8. Windows color (decimal): -4731818 or 5688503. OLE color: 5688503.
HSL color Cylindrical-coordinate representation of color #B7CC56: hue angle of 70.68º 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 #B7CC56 is Cyan = 0.10, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 183 | 204 | 86 | - |
| CMYK | 0.10 | 0 | 0.58 | 0.2 |
| HSL | 70.68º | 0.54% | 0.57% | - |
| HSV(B) | 70.68º | 0.58% | 0.8% | - |
| XYZ | 42.8 | 53.92 | 16.96 | - |
| YUV | 184.27 | 72.54 | 127.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 204 | 86 | 0.10 | 0 | 0.58 | 0.2 | 70.68 | 0.54 | 0.57 |
| Hex | B7 | CC | 56 | A | 0 | 3A | 14 | 47 | 36 | 39 |
| Octal | 267 | 314 | 126 | 12 | 0 | 72 | 24 | 107 | 66 | 71 |
| Binary | 10110111 | 11001100 | 1010110 | 1010 | 0 | 111010 | 10100 | 1000111 | 110110 | 111001 |
Color Harmonies of #B7CC56
Complementary color
Monochromatic Colors of #B7CC56
Black with #B7CC56
Text Example
Text Example
White with #B7CC56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7CC56; }
p { color: rgb(183,204,86); }
H1.HeaderClassName
{
color: #B7CC56;
}
.AnyTagClassName
{
color: #B7CC56;
}
</style>
background-color css
<style>
a { background-color: #B7CC56; }
a { background-color: rgb(183,204,86); }
div.DivClassName
{
background-color: #B7CC56;
}
.BgClassName
{
background-color: #B7CC56;
}
</style>
border-color css
<style>
span { border-color: #B7CC56; }
span { border-color: rgb(183,204,86); }
td.TdClassName
{
border-color: #B7CC56;
}
.TagClassName
{
border-color: #B7CC56;
}
</style>