Shades of Wild Willow #B7D267
Tints of Wild Willow #B7D267
RGB
CMYK
RGB Variations
Color information
#B7D267 (or 0xB7D267) is known color: Wild Willow. HEX triplet: B7, D2 and 67. RGB value is (183,210,103). Sum of RGB (Red+Green+Blue) = 183+210+103=496 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.90% from 496); Green value is 210 (82.42% from 255 or 42.34% from 496); Blue value is 103 (40.62% from 255 or 20.77% from 496); Max value from RGB is 210 - color contains mainly: green. Hex color #B7D267 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7D267 is #482D98. Grayscale: #BEBEBE. Windows color (decimal): -4730265 or 6804151. OLE color: 6804151.
HSL color Cylindrical-coordinate representation of color #B7D267: hue angle of 75.14º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B7D267 is Cyan = 0.13, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 183 | 210 | 103 | - |
| CMYK | 0.13 | 0 | 0.51 | 0.18 |
| HSL | 75.14º | 0.54% | 0.61% | - |
| HSV(B) | 75.14º | 0.51% | 0.82% | - |
| XYZ | 45.02 | 57.14 | 21.49 | - |
| YUV | 189.73 | 79.05 | 123.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 210 | 103 | 0.13 | 0 | 0.51 | 0.18 | 75.14 | 0.54 | 0.61 |
| Hex | B7 | D2 | 67 | D | 0 | 33 | 12 | 4B | 36 | 3D |
| Octal | 267 | 322 | 147 | 15 | 0 | 63 | 22 | 113 | 66 | 75 |
| Binary | 10110111 | 11010010 | 1100111 | 1101 | 0 | 110011 | 10010 | 1001011 | 110110 | 111101 |
Color Harmonies of #B7D267
Complementary color
Monochromatic Colors of #B7D267
Black with #B7D267
Text Example
Text Example
White with #B7D267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D267; }
p { color: rgb(183,210,103); }
H1.HeaderClassName
{
color: #B7D267;
}
.AnyTagClassName
{
color: #B7D267;
}
</style>
background-color css
<style>
a { background-color: #B7D267; }
a { background-color: rgb(183,210,103); }
div.DivClassName
{
background-color: #B7D267;
}
.BgClassName
{
background-color: #B7D267;
}
</style>
border-color css
<style>
span { border-color: #B7D267; }
span { border-color: rgb(183,210,103); }
td.TdClassName
{
border-color: #B7D267;
}
.TagClassName
{
border-color: #B7D267;
}
</style>