Shades of Wild Willow #BCC358
Tints of Wild Willow #BCC358
RGB
CMYK
RGB Variations
Color information
#BCC358 (or 0xBCC358) is known color: Wild Willow. HEX triplet: BC, C3 and 58. RGB value is (188,195,88). Sum of RGB (Red+Green+Blue) = 188+195+88=471 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.92% from 471); Green value is 195 (76.56% from 255 or 41.40% from 471); Blue value is 88 (34.77% from 255 or 18.68% from 471); Max value from RGB is 195 - color contains mainly: green. Hex color #BCC358 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC358 is #433CA7. Grayscale: #B5B5B5. Windows color (decimal): -4406440 or 5817276. OLE color: 5817276.
HSL color Cylindrical-coordinate representation of color #BCC358: hue angle of 63.93º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BCC358 is Cyan = 0.04, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 195 | 88 | - |
| CMYK | 0.04 | 0 | 0.55 | 0.24 |
| HSL | 63.93º | 0.47% | 0.55% | - |
| HSV(B) | 63.93º | 0.55% | 0.76% | - |
| XYZ | 42.02 | 50.43 | 16.75 | - |
| YUV | 180.71 | 75.68 | 133.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 195 | 88 | 0.04 | 0 | 0.55 | 0.24 | 63.93 | 0.47 | 0.55 |
| Hex | BC | C3 | 58 | 4 | 0 | 37 | 18 | 40 | 2F | 37 |
| Octal | 274 | 303 | 130 | 4 | 0 | 67 | 30 | 100 | 57 | 67 |
| Binary | 10111100 | 11000011 | 1011000 | 100 | 0 | 110111 | 11000 | 1000000 | 101111 | 110111 |
Color Harmonies of #BCC358
Complementary color
Monochromatic Colors of #BCC358
Black with #BCC358
Text Example
Text Example
White with #BCC358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC358; }
p { color: rgb(188,195,88); }
H1.HeaderClassName
{
color: #BCC358;
}
.AnyTagClassName
{
color: #BCC358;
}
</style>
background-color css
<style>
a { background-color: #BCC358; }
a { background-color: rgb(188,195,88); }
div.DivClassName
{
background-color: #BCC358;
}
.BgClassName
{
background-color: #BCC358;
}
</style>
border-color css
<style>
span { border-color: #BCC358; }
span { border-color: rgb(188,195,88); }
td.TdClassName
{
border-color: #BCC358;
}
.TagClassName
{
border-color: #BCC358;
}
</style>