Shades of Wild Willow #BACC5C
Tints of Wild Willow #BACC5C
RGB
CMYK
RGB Variations
Color information
#BACC5C (or 0xBACC5C) is known color: Wild Willow. HEX triplet: BA, CC and 5C. RGB value is (186,204,92). Sum of RGB (Red+Green+Blue) = 186+204+92=482 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.59% from 482); Green value is 204 (80.08% from 255 or 42.32% from 482); Blue value is 92 (36.33% from 255 or 19.09% from 482); Max value from RGB is 204 - color contains mainly: green. Hex color #BACC5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BACC5C is #4533A3. Grayscale: #BABABA. Windows color (decimal): -4535204 or 6081722. OLE color: 6081722.
HSL color Cylindrical-coordinate representation of color #BACC5C: hue angle of 69.64º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BACC5C is Cyan = 0.09, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 186 | 204 | 92 | - |
| CMYK | 0.09 | 0 | 0.55 | 0.2 |
| HSL | 69.64º | 0.52% | 0.58% | - |
| HSV(B) | 69.64º | 0.55% | 0.8% | - |
| XYZ | 43.77 | 54.4 | 18.32 | - |
| YUV | 185.85 | 75.04 | 128.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 204 | 92 | 0.09 | 0 | 0.55 | 0.2 | 69.64 | 0.52 | 0.58 |
| Hex | BA | CC | 5C | 9 | 0 | 37 | 14 | 46 | 34 | 3A |
| Octal | 272 | 314 | 134 | 11 | 0 | 67 | 24 | 106 | 64 | 72 |
| Binary | 10111010 | 11001100 | 1011100 | 1001 | 0 | 110111 | 10100 | 1000110 | 110100 | 111010 |
Color Harmonies of #BACC5C
Complementary color
Monochromatic Colors of #BACC5C
Black with #BACC5C
Text Example
Text Example
White with #BACC5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACC5C; }
p { color: rgb(186,204,92); }
H1.HeaderClassName
{
color: #BACC5C;
}
.AnyTagClassName
{
color: #BACC5C;
}
</style>
background-color css
<style>
a { background-color: #BACC5C; }
a { background-color: rgb(186,204,92); }
div.DivClassName
{
background-color: #BACC5C;
}
.BgClassName
{
background-color: #BACC5C;
}
</style>
border-color css
<style>
span { border-color: #BACC5C; }
span { border-color: rgb(186,204,92); }
td.TdClassName
{
border-color: #BACC5C;
}
.TagClassName
{
border-color: #BACC5C;
}
</style>