Shades of Wild Willow #BCCD5C
Tints of Wild Willow #BCCD5C
RGB
CMYK
RGB Variations
Color information
#BCCD5C (or 0xBCCD5C) is known color: Wild Willow. HEX triplet: BC, CD and 5C. RGB value is (188,205,92). Sum of RGB (Red+Green+Blue) = 188+205+92=485 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.76% from 485); Green value is 205 (80.47% from 255 or 42.27% from 485); Blue value is 92 (36.33% from 255 or 18.97% from 485); Max value from RGB is 205 - color contains mainly: green. Hex color #BCCD5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCCD5C is #4332A3. Grayscale: #BBBBBB. Windows color (decimal): -4403876 or 6081980. OLE color: 6081980.
HSL color Cylindrical-coordinate representation of color #BCCD5C: hue angle of 69.03º degrees, saturation: 0.53, 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 #BCCD5C is Cyan = 0.08, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 205 | 92 | - |
| CMYK | 0.08 | 0 | 0.55 | 0.20 |
| HSL | 69.03º | 0.53% | 0.58% | - |
| HSV(B) | 69.03º | 0.55% | 0.8% | - |
| XYZ | 44.5 | 55.13 | 18.42 | - |
| YUV | 187.04 | 74.37 | 128.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 205 | 92 | 0.08 | 0 | 0.55 | 0.20 | 69.03 | 0.53 | 0.58 |
| Hex | BC | CD | 5C | 8 | 0 | 37 | 14 | 45 | 35 | 3A |
| Octal | 274 | 315 | 134 | 10 | 0 | 67 | 24 | 105 | 65 | 72 |
| Binary | 10111100 | 11001101 | 1011100 | 1000 | 0 | 110111 | 10100 | 1000101 | 110101 | 111010 |
Color Harmonies of #BCCD5C
Complementary color
Monochromatic Colors of #BCCD5C
Black with #BCCD5C
Text Example
Text Example
White with #BCCD5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCD5C; }
p { color: rgb(188,205,92); }
H1.HeaderClassName
{
color: #BCCD5C;
}
.AnyTagClassName
{
color: #BCCD5C;
}
</style>
background-color css
<style>
a { background-color: #BCCD5C; }
a { background-color: rgb(188,205,92); }
div.DivClassName
{
background-color: #BCCD5C;
}
.BgClassName
{
background-color: #BCCD5C;
}
</style>
border-color css
<style>
span { border-color: #BCCD5C; }
span { border-color: rgb(188,205,92); }
td.TdClassName
{
border-color: #BCCD5C;
}
.TagClassName
{
border-color: #BCCD5C;
}
</style>