Shades of Wild Willow #B7C366
Tints of Wild Willow #B7C366
RGB
CMYK
RGB Variations
Color information
#B7C366 (or 0xB7C366) is known color: Wild Willow. HEX triplet: B7, C3 and 66. RGB value is (183,195,102). Sum of RGB (Red+Green+Blue) = 183+195+102=480 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.12% from 480); Green value is 195 (76.56% from 255 or 40.62% from 480); Blue value is 102 (40.23% from 255 or 21.25% from 480); Max value from RGB is 195 - color contains mainly: green. Hex color #B7C366 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7C366 is #483C99. Grayscale: #B5B5B5. Windows color (decimal): -4734106 or 6734775. OLE color: 6734775.
HSL color Cylindrical-coordinate representation of color #B7C366: hue angle of 67.74º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B7C366 is Cyan = 0.06, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 183 | 195 | 102 | - |
| CMYK | 0.06 | 0 | 0.48 | 0.24 |
| HSL | 67.74º | 0.44% | 0.58% | - |
| HSV(B) | 67.74º | 0.48% | 0.76% | - |
| XYZ | 41.44 | 50.06 | 20.05 | - |
| YUV | 180.81 | 83.52 | 129.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 195 | 102 | 0.06 | 0 | 0.48 | 0.24 | 67.74 | 0.44 | 0.58 |
| Hex | B7 | C3 | 66 | 6 | 0 | 30 | 18 | 44 | 2C | 3A |
| Octal | 267 | 303 | 146 | 6 | 0 | 60 | 30 | 104 | 54 | 72 |
| Binary | 10110111 | 11000011 | 1100110 | 110 | 0 | 110000 | 11000 | 1000100 | 101100 | 111010 |
Color Harmonies of #B7C366
Complementary color
Monochromatic Colors of #B7C366
Black with #B7C366
Text Example
Text Example
White with #B7C366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7C366; }
p { color: rgb(183,195,102); }
H1.HeaderClassName
{
color: #B7C366;
}
.AnyTagClassName
{
color: #B7C366;
}
</style>
background-color css
<style>
a { background-color: #B7C366; }
a { background-color: rgb(183,195,102); }
div.DivClassName
{
background-color: #B7C366;
}
.BgClassName
{
background-color: #B7C366;
}
</style>
border-color css
<style>
span { border-color: #B7C366; }
span { border-color: rgb(183,195,102); }
td.TdClassName
{
border-color: #B7C366;
}
.TagClassName
{
border-color: #B7C366;
}
</style>