Shades of Wild Willow #B2C169
Tints of Wild Willow #B2C169
RGB
CMYK
RGB Variations
Color information
#B2C169 (or 0xB2C169) is known color: Wild Willow. HEX triplet: B2, C1 and 69. RGB value is (178,193,105). Sum of RGB (Red+Green+Blue) = 178+193+105=476 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.39% from 476); Green value is 193 (75.78% from 255 or 40.55% from 476); Blue value is 105 (41.41% from 255 or 22.06% from 476); Max value from RGB is 193 - color contains mainly: green. Hex color #B2C169 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C169 is #4D3E96. Grayscale: #B2B2B2. Windows color (decimal): -5062295 or 6930866. OLE color: 6930866.
HSL color Cylindrical-coordinate representation of color #B2C169: hue angle of 70.23º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B2C169 is Cyan = 0.08, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 178 | 193 | 105 | - |
| CMYK | 0.08 | 0 | 0.46 | 0.24 |
| HSL | 70.23º | 0.42% | 0.58% | - |
| HSV(B) | 70.23º | 0.46% | 0.76% | - |
| XYZ | 39.98 | 48.62 | 20.64 | - |
| YUV | 178.48 | 86.53 | 127.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 193 | 105 | 0.08 | 0 | 0.46 | 0.24 | 70.23 | 0.42 | 0.58 |
| Hex | B2 | C1 | 69 | 8 | 0 | 2E | 18 | 46 | 2A | 3A |
| Octal | 262 | 301 | 151 | 10 | 0 | 56 | 30 | 106 | 52 | 72 |
| Binary | 10110010 | 11000001 | 1101001 | 1000 | 0 | 101110 | 11000 | 1000110 | 101010 | 111010 |
Color Harmonies of #B2C169
Complementary color
Monochromatic Colors of #B2C169
Black with #B2C169
Text Example
Text Example
White with #B2C169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C169; }
p { color: rgb(178,193,105); }
H1.HeaderClassName
{
color: #B2C169;
}
.AnyTagClassName
{
color: #B2C169;
}
</style>
background-color css
<style>
a { background-color: #B2C169; }
a { background-color: rgb(178,193,105); }
div.DivClassName
{
background-color: #B2C169;
}
.BgClassName
{
background-color: #B2C169;
}
</style>
border-color css
<style>
span { border-color: #B2C169; }
span { border-color: rgb(178,193,105); }
td.TdClassName
{
border-color: #B2C169;
}
.TagClassName
{
border-color: #B2C169;
}
</style>