Shades of Wild Willow #B2C769
Tints of Wild Willow #B2C769
RGB
CMYK
RGB Variations
Color information
#B2C769 (or 0xB2C769) is known color: Wild Willow. HEX triplet: B2, C7 and 69. RGB value is (178,199,105). Sum of RGB (Red+Green+Blue) = 178+199+105=482 (63% of max value = 765). Red value is 178 (69.92% from 255 or 36.93% from 482); Green value is 199 (78.12% from 255 or 41.29% from 482); Blue value is 105 (41.41% from 255 or 21.78% from 482); Max value from RGB is 199 - color contains mainly: green. Hex color #B2C769 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C769 is #4D3896. Grayscale: #B6B6B6. Windows color (decimal): -5060759 or 6932402. OLE color: 6932402.
HSL color Cylindrical-coordinate representation of color #B2C769: hue angle of 73.4º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B2C769 is Cyan = 0.11, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 178 | 199 | 105 | - |
| CMYK | 0.11 | 0 | 0.47 | 0.22 |
| HSL | 73.4º | 0.46% | 0.6% | - |
| HSV(B) | 73.4º | 0.47% | 0.78% | - |
| XYZ | 41.33 | 51.33 | 21.09 | - |
| YUV | 182.01 | 84.54 | 125.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 199 | 105 | 0.11 | 0 | 0.47 | 0.22 | 73.4 | 0.46 | 0.6 |
| Hex | B2 | C7 | 69 | B | 0 | 2F | 16 | 49 | 2E | 3C |
| Octal | 262 | 307 | 151 | 13 | 0 | 57 | 26 | 111 | 56 | 74 |
| Binary | 10110010 | 11000111 | 1101001 | 1011 | 0 | 101111 | 10110 | 1001001 | 101110 | 111100 |
Color Harmonies of #B2C769
Complementary color
Monochromatic Colors of #B2C769
Black with #B2C769
Text Example
Text Example
White with #B2C769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C769; }
p { color: rgb(178,199,105); }
H1.HeaderClassName
{
color: #B2C769;
}
.AnyTagClassName
{
color: #B2C769;
}
</style>
background-color css
<style>
a { background-color: #B2C769; }
a { background-color: rgb(178,199,105); }
div.DivClassName
{
background-color: #B2C769;
}
.BgClassName
{
background-color: #B2C769;
}
</style>
border-color css
<style>
span { border-color: #B2C769; }
span { border-color: rgb(178,199,105); }
td.TdClassName
{
border-color: #B2C769;
}
.TagClassName
{
border-color: #B2C769;
}
</style>