Shades of Wild Willow #BCC85F
Tints of Wild Willow #BCC85F
RGB
CMYK
RGB Variations
Color information
#BCC85F (or 0xBCC85F) is known color: Wild Willow. HEX triplet: BC, C8 and 5F. RGB value is (188,200,95). Sum of RGB (Red+Green+Blue) = 188+200+95=483 (63% of max value = 765). Red value is 188 (73.83% from 255 or 38.92% from 483); Green value is 200 (78.52% from 255 or 41.41% from 483); Blue value is 95 (37.5% from 255 or 19.67% from 483); Max value from RGB is 200 - color contains mainly: green. Hex color #BCC85F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC85F is #4337A0. Grayscale: #B8B8B8. Windows color (decimal): -4405153 or 6277308. OLE color: 6277308.
HSL color Cylindrical-coordinate representation of color #BCC85F: hue angle of 66.86º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BCC85F is Cyan = 0.06, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 200 | 95 | - |
| CMYK | 0.06 | 0 | 0.52 | 0.22 |
| HSL | 66.86º | 0.49% | 0.58% | - |
| HSV(B) | 66.86º | 0.53% | 0.78% | - |
| XYZ | 43.46 | 52.83 | 18.73 | - |
| YUV | 184.44 | 77.52 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 200 | 95 | 0.06 | 0 | 0.52 | 0.22 | 66.86 | 0.49 | 0.58 |
| Hex | BC | C8 | 5F | 6 | 0 | 34 | 16 | 43 | 31 | 3A |
| Octal | 274 | 310 | 137 | 6 | 0 | 64 | 26 | 103 | 61 | 72 |
| Binary | 10111100 | 11001000 | 1011111 | 110 | 0 | 110100 | 10110 | 1000011 | 110001 | 111010 |
Color Harmonies of #BCC85F
Complementary color
Monochromatic Colors of #BCC85F
Black with #BCC85F
Text Example
Text Example
White with #BCC85F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC85F; }
p { color: rgb(188,200,95); }
H1.HeaderClassName
{
color: #BCC85F;
}
.AnyTagClassName
{
color: #BCC85F;
}
</style>
background-color css
<style>
a { background-color: #BCC85F; }
a { background-color: rgb(188,200,95); }
div.DivClassName
{
background-color: #BCC85F;
}
.BgClassName
{
background-color: #BCC85F;
}
</style>
border-color css
<style>
span { border-color: #BCC85F; }
span { border-color: rgb(188,200,95); }
td.TdClassName
{
border-color: #BCC85F;
}
.TagClassName
{
border-color: #BCC85F;
}
</style>