Shades of Wild Willow #B7C367
Tints of Wild Willow #B7C367
RGB
CMYK
RGB Variations
Color information
#B7C367 (or 0xB7C367) is known color: Wild Willow. HEX triplet: B7, C3 and 67. RGB value is (183,195,103). Sum of RGB (Red+Green+Blue) = 183+195+103=481 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.05% from 481); Green value is 195 (76.56% from 255 or 40.54% from 481); Blue value is 103 (40.62% from 255 or 21.41% from 481); Max value from RGB is 195 - color contains mainly: green. Hex color #B7C367 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7C367 is #483C98. Grayscale: #B5B5B5. Windows color (decimal): -4734105 or 6800311. OLE color: 6800311.
HSL color Cylindrical-coordinate representation of color #B7C367: hue angle of 67.83º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B7C367 is Cyan = 0.06, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 183 | 195 | 103 | - |
| CMYK | 0.06 | 0 | 0.47 | 0.24 |
| HSL | 67.83º | 0.43% | 0.58% | - |
| HSV(B) | 67.83º | 0.47% | 0.76% | - |
| XYZ | 41.49 | 50.08 | 20.31 | - |
| YUV | 180.92 | 84.02 | 129.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 195 | 103 | 0.06 | 0 | 0.47 | 0.24 | 67.83 | 0.43 | 0.58 |
| Hex | B7 | C3 | 67 | 6 | 0 | 2F | 18 | 44 | 2B | 3A |
| Octal | 267 | 303 | 147 | 6 | 0 | 57 | 30 | 104 | 53 | 72 |
| Binary | 10110111 | 11000011 | 1100111 | 110 | 0 | 101111 | 11000 | 1000100 | 101011 | 111010 |
Color Harmonies of #B7C367
Complementary color
Monochromatic Colors of #B7C367
Black with #B7C367
Text Example
Text Example
White with #B7C367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7C367; }
p { color: rgb(183,195,103); }
H1.HeaderClassName
{
color: #B7C367;
}
.AnyTagClassName
{
color: #B7C367;
}
</style>
background-color css
<style>
a { background-color: #B7C367; }
a { background-color: rgb(183,195,103); }
div.DivClassName
{
background-color: #B7C367;
}
.BgClassName
{
background-color: #B7C367;
}
</style>
border-color css
<style>
span { border-color: #B7C367; }
span { border-color: rgb(183,195,103); }
td.TdClassName
{
border-color: #B7C367;
}
.TagClassName
{
border-color: #B7C367;
}
</style>