Shades of Wild Willow #B3C65B
Tints of Wild Willow #B3C65B
RGB
CMYK
RGB Variations
Color information
#B3C65B (or 0xB3C65B) is known color: Wild Willow. HEX triplet: B3, C6 and 5B. RGB value is (179,198,91). Sum of RGB (Red+Green+Blue) = 179+198+91=468 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.25% from 468); Green value is 198 (77.73% from 255 or 42.31% from 468); Blue value is 91 (35.94% from 255 or 19.44% from 468); Max value from RGB is 198 - color contains mainly: green. Hex color #B3C65B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3C65B is #4C39A4. Grayscale: #B4B4B4. Windows color (decimal): -4995493 or 6014643. OLE color: 6014643.
HSL color Cylindrical-coordinate representation of color #B3C65B: hue angle of 70.65º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B3C65B is Cyan = 0.10, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 179 | 198 | 91 | - |
| CMYK | 0.10 | 0 | 0.54 | 0.22 |
| HSL | 70.65º | 0.48% | 0.57% | - |
| HSV(B) | 70.65º | 0.54% | 0.78% | - |
| XYZ | 40.67 | 50.73 | 17.55 | - |
| YUV | 180.12 | 77.71 | 127.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 198 | 91 | 0.10 | 0 | 0.54 | 0.22 | 70.65 | 0.48 | 0.57 |
| Hex | B3 | C6 | 5B | A | 0 | 36 | 16 | 47 | 30 | 39 |
| Octal | 263 | 306 | 133 | 12 | 0 | 66 | 26 | 107 | 60 | 71 |
| Binary | 10110011 | 11000110 | 1011011 | 1010 | 0 | 110110 | 10110 | 1000111 | 110000 | 111001 |
Color Harmonies of #B3C65B
Complementary color
Monochromatic Colors of #B3C65B
Black with #B3C65B
Text Example
Text Example
White with #B3C65B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C65B; }
p { color: rgb(179,198,91); }
H1.HeaderClassName
{
color: #B3C65B;
}
.AnyTagClassName
{
color: #B3C65B;
}
</style>
background-color css
<style>
a { background-color: #B3C65B; }
a { background-color: rgb(179,198,91); }
div.DivClassName
{
background-color: #B3C65B;
}
.BgClassName
{
background-color: #B3C65B;
}
</style>
border-color css
<style>
span { border-color: #B3C65B; }
span { border-color: rgb(179,198,91); }
td.TdClassName
{
border-color: #B3C65B;
}
.TagClassName
{
border-color: #B3C65B;
}
</style>