Shades of Wild Willow #B7CC6D
Tints of Wild Willow #B7CC6D
RGB
CMYK
RGB Variations
Color information
#B7CC6D (or 0xB7CC6D) is known color: Wild Willow. HEX triplet: B7, CC and 6D. RGB value is (183,204,109). Sum of RGB (Red+Green+Blue) = 183+204+109=496 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.90% from 496); Green value is 204 (80.08% from 255 or 41.13% from 496); Blue value is 109 (42.97% from 255 or 21.98% from 496); Max value from RGB is 204 - color contains mainly: green. Hex color #B7CC6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7CC6D is #483392. Grayscale: #BBBBBB. Windows color (decimal): -4731795 or 7195831. OLE color: 7195831.
HSL color Cylindrical-coordinate representation of color #B7CC6D: hue angle of 73.26º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B7CC6D is Cyan = 0.10, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 183 | 204 | 109 | - |
| CMYK | 0.10 | 0 | 0.47 | 0.2 |
| HSL | 73.26º | 0.48% | 0.61% | - |
| HSV(B) | 73.26º | 0.47% | 0.8% | - |
| XYZ | 43.88 | 54.36 | 22.65 | - |
| YUV | 186.89 | 84.04 | 125.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 204 | 109 | 0.10 | 0 | 0.47 | 0.2 | 73.26 | 0.48 | 0.61 |
| Hex | B7 | CC | 6D | A | 0 | 2F | 14 | 49 | 30 | 3D |
| Octal | 267 | 314 | 155 | 12 | 0 | 57 | 24 | 111 | 60 | 75 |
| Binary | 10110111 | 11001100 | 1101101 | 1010 | 0 | 101111 | 10100 | 1001001 | 110000 | 111101 |
Color Harmonies of #B7CC6D
Complementary color
Monochromatic Colors of #B7CC6D
Black with #B7CC6D
Text Example
Text Example
White with #B7CC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7CC6D; }
p { color: rgb(183,204,109); }
H1.HeaderClassName
{
color: #B7CC6D;
}
.AnyTagClassName
{
color: #B7CC6D;
}
</style>
background-color css
<style>
a { background-color: #B7CC6D; }
a { background-color: rgb(183,204,109); }
div.DivClassName
{
background-color: #B7CC6D;
}
.BgClassName
{
background-color: #B7CC6D;
}
</style>
border-color css
<style>
span { border-color: #B7CC6D; }
span { border-color: rgb(183,204,109); }
td.TdClassName
{
border-color: #B7CC6D;
}
.TagClassName
{
border-color: #B7CC6D;
}
</style>