Shades of Wild Willow #B3C669
Tints of Wild Willow #B3C669
RGB
CMYK
RGB Variations
Color information
#B3C669 (or 0xB3C669) is known color: Wild Willow. HEX triplet: B3, C6 and 69. RGB value is (179,198,105). Sum of RGB (Red+Green+Blue) = 179+198+105=482 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.14% from 482); Green value is 198 (77.73% from 255 or 41.08% from 482); Blue value is 105 (41.41% from 255 or 21.78% from 482); Max value from RGB is 198 - color contains mainly: green. Hex color #B3C669 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3C669 is #4C3996. Grayscale: #B6B6B6. Windows color (decimal): -4995479 or 6932147. OLE color: 6932147.
HSL color Cylindrical-coordinate representation of color #B3C669: hue angle of 72.26º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B3C669 is Cyan = 0.10, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 179 | 198 | 105 | - |
| CMYK | 0.10 | 0 | 0.47 | 0.22 |
| HSL | 72.26º | 0.45% | 0.59% | - |
| HSV(B) | 72.26º | 0.47% | 0.78% | - |
| XYZ | 41.33 | 50.99 | 21.03 | - |
| YUV | 181.72 | 84.71 | 126.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 198 | 105 | 0.10 | 0 | 0.47 | 0.22 | 72.26 | 0.45 | 0.59 |
| Hex | B3 | C6 | 69 | A | 0 | 2F | 16 | 48 | 2D | 3B |
| Octal | 263 | 306 | 151 | 12 | 0 | 57 | 26 | 110 | 55 | 73 |
| Binary | 10110011 | 11000110 | 1101001 | 1010 | 0 | 101111 | 10110 | 1001000 | 101101 | 111011 |
Color Harmonies of #B3C669
Complementary color
Monochromatic Colors of #B3C669
Black with #B3C669
Text Example
Text Example
White with #B3C669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C669; }
p { color: rgb(179,198,105); }
H1.HeaderClassName
{
color: #B3C669;
}
.AnyTagClassName
{
color: #B3C669;
}
</style>
background-color css
<style>
a { background-color: #B3C669; }
a { background-color: rgb(179,198,105); }
div.DivClassName
{
background-color: #B3C669;
}
.BgClassName
{
background-color: #B3C669;
}
</style>
border-color css
<style>
span { border-color: #B3C669; }
span { border-color: rgb(179,198,105); }
td.TdClassName
{
border-color: #B3C669;
}
.TagClassName
{
border-color: #B3C669;
}
</style>