Shades of Wild Willow #B3D266
Tints of Wild Willow #B3D266
RGB
CMYK
RGB Variations
Color information
#B3D266 (or 0xB3D266) is known color: Wild Willow. HEX triplet: B3, D2 and 66. RGB value is (179,210,102). Sum of RGB (Red+Green+Blue) = 179+210+102=491 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.46% from 491); Green value is 210 (82.42% from 255 or 42.77% from 491); Blue value is 102 (40.23% from 255 or 20.77% from 491); Max value from RGB is 210 - color contains mainly: green. Hex color #B3D266 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3D266 is #4C2D99. Grayscale: #BCBCBC. Windows color (decimal): -4992410 or 6738611. OLE color: 6738611.
HSL color Cylindrical-coordinate representation of color #B3D266: hue angle of 77.22º degrees, saturation: 0.55, 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 #B3D266 is Cyan = 0.15, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 179 | 210 | 102 | - |
| CMYK | 0.15 | 0 | 0.51 | 0.18 |
| HSL | 77.22º | 0.55% | 0.61% | - |
| HSV(B) | 77.22º | 0.51% | 0.82% | - |
| XYZ | 44.04 | 56.64 | 21.18 | - |
| YUV | 188.42 | 79.23 | 121.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 210 | 102 | 0.15 | 0 | 0.51 | 0.18 | 77.22 | 0.55 | 0.61 |
| Hex | B3 | D2 | 66 | F | 0 | 33 | 12 | 4D | 37 | 3D |
| Octal | 263 | 322 | 146 | 17 | 0 | 63 | 22 | 115 | 67 | 75 |
| Binary | 10110011 | 11010010 | 1100110 | 1111 | 0 | 110011 | 10010 | 1001101 | 110111 | 111101 |
Color Harmonies of #B3D266
Complementary color
Monochromatic Colors of #B3D266
Black with #B3D266
Text Example
Text Example
White with #B3D266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3D266; }
p { color: rgb(179,210,102); }
H1.HeaderClassName
{
color: #B3D266;
}
.AnyTagClassName
{
color: #B3D266;
}
</style>
background-color css
<style>
a { background-color: #B3D266; }
a { background-color: rgb(179,210,102); }
div.DivClassName
{
background-color: #B3D266;
}
.BgClassName
{
background-color: #B3D266;
}
</style>
border-color css
<style>
span { border-color: #B3D266; }
span { border-color: rgb(179,210,102); }
td.TdClassName
{
border-color: #B3D266;
}
.TagClassName
{
border-color: #B3D266;
}
</style>