Shades of Wild Willow #BCC158
Tints of Wild Willow #BCC158
RGB
CMYK
RGB Variations
Color information
#BCC158 (or 0xBCC158) is known color: Wild Willow. HEX triplet: BC, C1 and 58. RGB value is (188,193,88). Sum of RGB (Red+Green+Blue) = 188+193+88=469 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40.09% from 469); Green value is 193 (75.78% from 255 or 41.15% from 469); Blue value is 88 (34.77% from 255 or 18.76% from 469); Max value from RGB is 193 - color contains mainly: green. Hex color #BCC158 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC158 is #433EA7. Grayscale: #B3B3B3. Windows color (decimal): -4406952 or 5816764. OLE color: 5816764.
HSL color Cylindrical-coordinate representation of color #BCC158: hue angle of 62.86º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BCC158 is Cyan = 0.03, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 193 | 88 | - |
| CMYK | 0.03 | 0 | 0.54 | 0.24 |
| HSL | 62.86º | 0.46% | 0.55% | - |
| HSV(B) | 62.86º | 0.54% | 0.76% | - |
| XYZ | 41.57 | 49.54 | 16.6 | - |
| YUV | 179.54 | 76.34 | 134.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 193 | 88 | 0.03 | 0 | 0.54 | 0.24 | 62.86 | 0.46 | 0.55 |
| Hex | BC | C1 | 58 | 3 | 0 | 36 | 18 | 3F | 2E | 37 |
| Octal | 274 | 301 | 130 | 3 | 0 | 66 | 30 | 77 | 56 | 67 |
| Binary | 10111100 | 11000001 | 1011000 | 11 | 0 | 110110 | 11000 | 111111 | 101110 | 110111 |
Color Harmonies of #BCC158
Complementary color
Monochromatic Colors of #BCC158
Black with #BCC158
Text Example
Text Example
White with #BCC158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC158; }
p { color: rgb(188,193,88); }
H1.HeaderClassName
{
color: #BCC158;
}
.AnyTagClassName
{
color: #BCC158;
}
</style>
background-color css
<style>
a { background-color: #BCC158; }
a { background-color: rgb(188,193,88); }
div.DivClassName
{
background-color: #BCC158;
}
.BgClassName
{
background-color: #BCC158;
}
</style>
border-color css
<style>
span { border-color: #BCC158; }
span { border-color: rgb(188,193,88); }
td.TdClassName
{
border-color: #BCC158;
}
.TagClassName
{
border-color: #BCC158;
}
</style>