Shades of Wild Willow #BAC369
Tints of Wild Willow #BAC369
RGB
CMYK
RGB Variations
Color information
#BAC369 (or 0xBAC369) is known color: Wild Willow. HEX triplet: BA, C3 and 69. RGB value is (186,195,105). Sum of RGB (Red+Green+Blue) = 186+195+105=486 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.27% from 486); Green value is 195 (76.56% from 255 or 40.12% from 486); Blue value is 105 (41.41% from 255 or 21.60% from 486); Max value from RGB is 195 - color contains mainly: green. Hex color #BAC369 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC369 is #453C96. Grayscale: #B6B6B6. Windows color (decimal): -4537495 or 6931386. OLE color: 6931386.
HSL color Cylindrical-coordinate representation of color #BAC369: hue angle of 66º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BAC369 is Cyan = 0.05, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 195 | 105 | - |
| CMYK | 0.05 | 0 | 0.46 | 0.24 |
| HSL | 66º | 0.43% | 0.59% | - |
| HSV(B) | 66º | 0.46% | 0.76% | - |
| XYZ | 42.31 | 50.49 | 20.88 | - |
| YUV | 182.05 | 84.52 | 130.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 195 | 105 | 0.05 | 0 | 0.46 | 0.24 | 66 | 0.43 | 0.59 |
| Hex | BA | C3 | 69 | 5 | 0 | 2E | 18 | 42 | 2B | 3B |
| Octal | 272 | 303 | 151 | 5 | 0 | 56 | 30 | 102 | 53 | 73 |
| Binary | 10111010 | 11000011 | 1101001 | 101 | 0 | 101110 | 11000 | 1000010 | 101011 | 111011 |
Color Harmonies of #BAC369
Complementary color
Monochromatic Colors of #BAC369
Black with #BAC369
Text Example
Text Example
White with #BAC369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC369; }
p { color: rgb(186,195,105); }
H1.HeaderClassName
{
color: #BAC369;
}
.AnyTagClassName
{
color: #BAC369;
}
</style>
background-color css
<style>
a { background-color: #BAC369; }
a { background-color: rgb(186,195,105); }
div.DivClassName
{
background-color: #BAC369;
}
.BgClassName
{
background-color: #BAC369;
}
</style>
border-color css
<style>
span { border-color: #BAC369; }
span { border-color: rgb(186,195,105); }
td.TdClassName
{
border-color: #BAC369;
}
.TagClassName
{
border-color: #BAC369;
}
</style>