Shades of Wild Willow #BCC55F
Tints of Wild Willow #BCC55F
RGB
CMYK
RGB Variations
Color information
#BCC55F (or 0xBCC55F) is known color: Wild Willow. HEX triplet: BC, C5 and 5F. RGB value is (188,197,95). Sum of RGB (Red+Green+Blue) = 188+197+95=480 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.17% from 480); Green value is 197 (77.34% from 255 or 41.04% from 480); Blue value is 95 (37.5% from 255 or 19.79% from 480); Max value from RGB is 197 - color contains mainly: green. Hex color #BCC55F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC55F is #433AA0. Grayscale: #B7B7B7. Windows color (decimal): -4405921 or 6276540. OLE color: 6276540.
HSL color Cylindrical-coordinate representation of color #BCC55F: hue angle of 65.29º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BCC55F is Cyan = 0.05, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 188 | 197 | 95 | - |
| CMYK | 0.05 | 0 | 0.52 | 0.23 |
| HSL | 65.29º | 0.47% | 0.57% | - |
| HSV(B) | 65.29º | 0.52% | 0.77% | - |
| XYZ | 42.77 | 51.45 | 18.5 | - |
| YUV | 182.68 | 78.52 | 131.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 197 | 95 | 0.05 | 0 | 0.52 | 0.23 | 65.29 | 0.47 | 0.57 |
| Hex | BC | C5 | 5F | 5 | 0 | 34 | 17 | 41 | 2F | 39 |
| Octal | 274 | 305 | 137 | 5 | 0 | 64 | 27 | 101 | 57 | 71 |
| Binary | 10111100 | 11000101 | 1011111 | 101 | 0 | 110100 | 10111 | 1000001 | 101111 | 111001 |
Color Harmonies of #BCC55F
Complementary color
Monochromatic Colors of #BCC55F
Black with #BCC55F
Text Example
Text Example
White with #BCC55F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC55F; }
p { color: rgb(188,197,95); }
H1.HeaderClassName
{
color: #BCC55F;
}
.AnyTagClassName
{
color: #BCC55F;
}
</style>
background-color css
<style>
a { background-color: #BCC55F; }
a { background-color: rgb(188,197,95); }
div.DivClassName
{
background-color: #BCC55F;
}
.BgClassName
{
background-color: #BCC55F;
}
</style>
border-color css
<style>
span { border-color: #BCC55F; }
span { border-color: rgb(188,197,95); }
td.TdClassName
{
border-color: #BCC55F;
}
.TagClassName
{
border-color: #BCC55F;
}
</style>