Shades of Wild Willow #B7D26C
Tints of Wild Willow #B7D26C
RGB
CMYK
RGB Variations
Color information
#B7D26C (or 0xB7D26C) is known color: Wild Willow. HEX triplet: B7, D2 and 6C. RGB value is (183,210,108). Sum of RGB (Red+Green+Blue) = 183+210+108=501 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.53% from 501); Green value is 210 (82.42% from 255 or 41.92% from 501); Blue value is 108 (42.58% from 255 or 21.56% from 501); Max value from RGB is 210 - color contains mainly: green. Hex color #B7D26C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7D26C is #482D93. Grayscale: #BEBEBE. Windows color (decimal): -4730260 or 7131831. OLE color: 7131831.
HSL color Cylindrical-coordinate representation of color #B7D26C: hue angle of 75.88º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B7D26C is Cyan = 0.13, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 183 | 210 | 108 | - |
| CMYK | 0.13 | 0 | 0.49 | 0.18 |
| HSL | 75.88º | 0.53% | 0.62% | - |
| HSV(B) | 75.88º | 0.49% | 0.82% | - |
| XYZ | 45.28 | 57.24 | 22.85 | - |
| YUV | 190.3 | 81.55 | 122.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 210 | 108 | 0.13 | 0 | 0.49 | 0.18 | 75.88 | 0.53 | 0.62 |
| Hex | B7 | D2 | 6C | D | 0 | 31 | 12 | 4C | 35 | 3E |
| Octal | 267 | 322 | 154 | 15 | 0 | 61 | 22 | 114 | 65 | 76 |
| Binary | 10110111 | 11010010 | 1101100 | 1101 | 0 | 110001 | 10010 | 1001100 | 110101 | 111110 |
Color Harmonies of #B7D26C
Complementary color
Monochromatic Colors of #B7D26C
Black with #B7D26C
Text Example
Text Example
White with #B7D26C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D26C; }
p { color: rgb(183,210,108); }
H1.HeaderClassName
{
color: #B7D26C;
}
.AnyTagClassName
{
color: #B7D26C;
}
</style>
background-color css
<style>
a { background-color: #B7D26C; }
a { background-color: rgb(183,210,108); }
div.DivClassName
{
background-color: #B7D26C;
}
.BgClassName
{
background-color: #B7D26C;
}
</style>
border-color css
<style>
span { border-color: #B7D26C; }
span { border-color: rgb(183,210,108); }
td.TdClassName
{
border-color: #B7D26C;
}
.TagClassName
{
border-color: #B7D26C;
}
</style>