Shades of Wild Willow #B7C269
Tints of Wild Willow #B7C269
RGB
CMYK
RGB Variations
Color information
#B7C269 (or 0xB7C269) is known color: Wild Willow. HEX triplet: B7, C2 and 69. RGB value is (183,194,105). Sum of RGB (Red+Green+Blue) = 183+194+105=482 (63% of max value = 765). Red value is 183 (71.88% from 255 or 37.97% from 482); Green value is 194 (76.17% from 255 or 40.25% from 482); Blue value is 105 (41.41% from 255 or 21.78% from 482); Max value from RGB is 194 - color contains mainly: green. Hex color #B7C269 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7C269 is #483D96. Grayscale: #B4B4B4. Windows color (decimal): -4734359 or 6931127. OLE color: 6931127.
HSL color Cylindrical-coordinate representation of color #B7C269: hue angle of 67.42º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B7C269 is Cyan = 0.06, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 183 | 194 | 105 | - |
| CMYK | 0.06 | 0 | 0.46 | 0.24 |
| HSL | 67.42º | 0.42% | 0.59% | - |
| HSV(B) | 67.42º | 0.46% | 0.76% | - |
| XYZ | 41.37 | 49.67 | 20.77 | - |
| YUV | 180.57 | 85.36 | 129.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 194 | 105 | 0.06 | 0 | 0.46 | 0.24 | 67.42 | 0.42 | 0.59 |
| Hex | B7 | C2 | 69 | 6 | 0 | 2E | 18 | 43 | 2A | 3B |
| Octal | 267 | 302 | 151 | 6 | 0 | 56 | 30 | 103 | 52 | 73 |
| Binary | 10110111 | 11000010 | 1101001 | 110 | 0 | 101110 | 11000 | 1000011 | 101010 | 111011 |
Color Harmonies of #B7C269
Complementary color
Monochromatic Colors of #B7C269
Black with #B7C269
Text Example
Text Example
White with #B7C269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7C269; }
p { color: rgb(183,194,105); }
H1.HeaderClassName
{
color: #B7C269;
}
.AnyTagClassName
{
color: #B7C269;
}
</style>
background-color css
<style>
a { background-color: #B7C269; }
a { background-color: rgb(183,194,105); }
div.DivClassName
{
background-color: #B7C269;
}
.BgClassName
{
background-color: #B7C269;
}
</style>
border-color css
<style>
span { border-color: #B7C269; }
span { border-color: rgb(183,194,105); }
td.TdClassName
{
border-color: #B7C269;
}
.TagClassName
{
border-color: #B7C269;
}
</style>