Shades of Wild Willow #BAC769
Tints of Wild Willow #BAC769
RGB
CMYK
RGB Variations
Color information
#BAC769 (or 0xBAC769) is known color: Wild Willow. HEX triplet: BA, C7 and 69. RGB value is (186,199,105). Sum of RGB (Red+Green+Blue) = 186+199+105=490 (64% of max value = 765). Red value is 186 (73.05% from 255 or 37.96% from 490); Green value is 199 (78.12% from 255 or 40.61% from 490); Blue value is 105 (41.41% from 255 or 21.43% from 490); Max value from RGB is 199 - color contains mainly: green. Hex color #BAC769 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC769 is #453896. Grayscale: #B8B8B8. Windows color (decimal): -4536471 or 6932410. OLE color: 6932410.
HSL color Cylindrical-coordinate representation of color #BAC769: hue angle of 68.3º 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 #BAC769 is Cyan = 0.07, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 199 | 105 | - |
| CMYK | 0.07 | 0 | 0.47 | 0.22 |
| HSL | 68.3º | 0.46% | 0.6% | - |
| HSV(B) | 68.3º | 0.47% | 0.78% | - |
| XYZ | 43.22 | 52.31 | 21.18 | - |
| YUV | 184.4 | 83.19 | 129.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 199 | 105 | 0.07 | 0 | 0.47 | 0.22 | 68.3 | 0.46 | 0.6 |
| Hex | BA | C7 | 69 | 7 | 0 | 2F | 16 | 44 | 2E | 3C |
| Octal | 272 | 307 | 151 | 7 | 0 | 57 | 26 | 104 | 56 | 74 |
| Binary | 10111010 | 11000111 | 1101001 | 111 | 0 | 101111 | 10110 | 1000100 | 101110 | 111100 |
Color Harmonies of #BAC769
Complementary color
Monochromatic Colors of #BAC769
Black with #BAC769
Text Example
Text Example
White with #BAC769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC769; }
p { color: rgb(186,199,105); }
H1.HeaderClassName
{
color: #BAC769;
}
.AnyTagClassName
{
color: #BAC769;
}
</style>
background-color css
<style>
a { background-color: #BAC769; }
a { background-color: rgb(186,199,105); }
div.DivClassName
{
background-color: #BAC769;
}
.BgClassName
{
background-color: #BAC769;
}
</style>
border-color css
<style>
span { border-color: #BAC769; }
span { border-color: rgb(186,199,105); }
td.TdClassName
{
border-color: #BAC769;
}
.TagClassName
{
border-color: #BAC769;
}
</style>