Shades of Wild Willow #BCC55D
Tints of Wild Willow #BCC55D
RGB
CMYK
RGB Variations
Color information
#BCC55D (or 0xBCC55D) is known color: Wild Willow. HEX triplet: BC, C5 and 5D. RGB value is (188,197,93). Sum of RGB (Red+Green+Blue) = 188+197+93=478 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.33% from 478); Green value is 197 (77.34% from 255 or 41.21% from 478); Blue value is 93 (36.72% from 255 or 19.46% from 478); Max value from RGB is 197 - color contains mainly: green. Hex color #BCC55D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC55D is #433AA2. Grayscale: #B6B6B6. Windows color (decimal): -4405923 or 6145468. OLE color: 6145468.
HSL color Cylindrical-coordinate representation of color #BCC55D: hue angle of 65.19º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BCC55D is Cyan = 0.05, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 188 | 197 | 93 | - |
| CMYK | 0.05 | 0 | 0.53 | 0.23 |
| HSL | 65.19º | 0.47% | 0.57% | - |
| HSV(B) | 65.19º | 0.53% | 0.77% | - |
| XYZ | 42.68 | 51.41 | 18.03 | - |
| YUV | 182.45 | 77.52 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 197 | 93 | 0.05 | 0 | 0.53 | 0.23 | 65.19 | 0.47 | 0.57 |
| Hex | BC | C5 | 5D | 5 | 0 | 35 | 17 | 41 | 2F | 39 |
| Octal | 274 | 305 | 135 | 5 | 0 | 65 | 27 | 101 | 57 | 71 |
| Binary | 10111100 | 11000101 | 1011101 | 101 | 0 | 110101 | 10111 | 1000001 | 101111 | 111001 |
Color Harmonies of #BCC55D
Complementary color
Monochromatic Colors of #BCC55D
Black with #BCC55D
Text Example
Text Example
White with #BCC55D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC55D; }
p { color: rgb(188,197,93); }
H1.HeaderClassName
{
color: #BCC55D;
}
.AnyTagClassName
{
color: #BCC55D;
}
</style>
background-color css
<style>
a { background-color: #BCC55D; }
a { background-color: rgb(188,197,93); }
div.DivClassName
{
background-color: #BCC55D;
}
.BgClassName
{
background-color: #BCC55D;
}
</style>
border-color css
<style>
span { border-color: #BCC55D; }
span { border-color: rgb(188,197,93); }
td.TdClassName
{
border-color: #BCC55D;
}
.TagClassName
{
border-color: #BCC55D;
}
</style>