Shades of Wild Willow #B3C264
Tints of Wild Willow #B3C264
RGB
CMYK
RGB Variations
Color information
#B3C264 (or 0xB3C264) is known color: Wild Willow. HEX triplet: B3, C2 and 64. RGB value is (179,194,100). Sum of RGB (Red+Green+Blue) = 179+194+100=473 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.84% from 473); Green value is 194 (76.17% from 255 or 41.01% from 473); Blue value is 100 (39.45% from 255 or 21.14% from 473); Max value from RGB is 194 - color contains mainly: green. Hex color #B3C264 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3C264 is #4C3D9B. Grayscale: #B3B3B3. Windows color (decimal): -4996508 or 6603443. OLE color: 6603443.
HSL color Cylindrical-coordinate representation of color #B3C264: hue angle of 69.57º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B3C264 is Cyan = 0.08, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 179 | 194 | 100 | - |
| CMYK | 0.08 | 0 | 0.48 | 0.24 |
| HSL | 69.57º | 0.44% | 0.58% | - |
| HSV(B) | 69.57º | 0.48% | 0.76% | - |
| XYZ | 40.18 | 49.09 | 19.41 | - |
| YUV | 178.8 | 83.53 | 128.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 194 | 100 | 0.08 | 0 | 0.48 | 0.24 | 69.57 | 0.44 | 0.58 |
| Hex | B3 | C2 | 64 | 8 | 0 | 30 | 18 | 46 | 2C | 3A |
| Octal | 263 | 302 | 144 | 10 | 0 | 60 | 30 | 106 | 54 | 72 |
| Binary | 10110011 | 11000010 | 1100100 | 1000 | 0 | 110000 | 11000 | 1000110 | 101100 | 111010 |
Color Harmonies of #B3C264
Complementary color
Monochromatic Colors of #B3C264
Black with #B3C264
Text Example
Text Example
White with #B3C264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C264; }
p { color: rgb(179,194,100); }
H1.HeaderClassName
{
color: #B3C264;
}
.AnyTagClassName
{
color: #B3C264;
}
</style>
background-color css
<style>
a { background-color: #B3C264; }
a { background-color: rgb(179,194,100); }
div.DivClassName
{
background-color: #B3C264;
}
.BgClassName
{
background-color: #B3C264;
}
</style>
border-color css
<style>
span { border-color: #B3C264; }
span { border-color: rgb(179,194,100); }
td.TdClassName
{
border-color: #B3C264;
}
.TagClassName
{
border-color: #B3C264;
}
</style>