Shades of Wild Willow #B3C869
Tints of Wild Willow #B3C869
RGB
CMYK
RGB Variations
Color information
#B3C869 (or 0xB3C869) is known color: Wild Willow. HEX triplet: B3, C8 and 69. RGB value is (179,200,105). Sum of RGB (Red+Green+Blue) = 179+200+105=484 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.98% from 484); Green value is 200 (78.52% from 255 or 41.32% from 484); Blue value is 105 (41.41% from 255 or 21.69% from 484); Max value from RGB is 200 - color contains mainly: green. Hex color #B3C869 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3C869 is #4C3796. Grayscale: #B7B7B7. Windows color (decimal): -4994967 or 6932659. OLE color: 6932659.
HSL color Cylindrical-coordinate representation of color #B3C869: hue angle of 73.26º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B3C869 is Cyan = 0.10, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 179 | 200 | 105 | - |
| CMYK | 0.10 | 0 | 0.48 | 0.22 |
| HSL | 73.26º | 0.46% | 0.6% | - |
| HSV(B) | 73.26º | 0.48% | 0.78% | - |
| XYZ | 41.79 | 51.91 | 21.18 | - |
| YUV | 182.89 | 84.04 | 125.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 200 | 105 | 0.10 | 0 | 0.48 | 0.22 | 73.26 | 0.46 | 0.6 |
| Hex | B3 | C8 | 69 | A | 0 | 30 | 16 | 49 | 2E | 3C |
| Octal | 263 | 310 | 151 | 12 | 0 | 60 | 26 | 111 | 56 | 74 |
| Binary | 10110011 | 11001000 | 1101001 | 1010 | 0 | 110000 | 10110 | 1001001 | 101110 | 111100 |
Color Harmonies of #B3C869
Complementary color
Monochromatic Colors of #B3C869
Black with #B3C869
Text Example
Text Example
White with #B3C869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C869; }
p { color: rgb(179,200,105); }
H1.HeaderClassName
{
color: #B3C869;
}
.AnyTagClassName
{
color: #B3C869;
}
</style>
background-color css
<style>
a { background-color: #B3C869; }
a { background-color: rgb(179,200,105); }
div.DivClassName
{
background-color: #B3C869;
}
.BgClassName
{
background-color: #B3C869;
}
</style>
border-color css
<style>
span { border-color: #B3C869; }
span { border-color: rgb(179,200,105); }
td.TdClassName
{
border-color: #B3C869;
}
.TagClassName
{
border-color: #B3C869;
}
</style>