Shades of Wild Willow #BCC362
Tints of Wild Willow #BCC362
RGB
CMYK
RGB Variations
Color information
#BCC362 (or 0xBCC362) is known color: Wild Willow. HEX triplet: BC, C3 and 62. RGB value is (188,195,98). Sum of RGB (Red+Green+Blue) = 188+195+98=481 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.09% from 481); Green value is 195 (76.56% from 255 or 40.54% from 481); Blue value is 98 (38.67% from 255 or 20.37% from 481); Max value from RGB is 195 - color contains mainly: green. Hex color #BCC362 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC362 is #433C9D. Grayscale: #B6B6B6. Windows color (decimal): -4406430 or 6472636. OLE color: 6472636.
HSL color Cylindrical-coordinate representation of color #BCC362: hue angle of 64.33º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BCC362 is Cyan = 0.04, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 195 | 98 | - |
| CMYK | 0.04 | 0 | 0.50 | 0.24 |
| HSL | 64.33º | 0.45% | 0.57% | - |
| HSV(B) | 64.33º | 0.5% | 0.76% | - |
| XYZ | 42.46 | 50.6 | 19.08 | - |
| YUV | 181.85 | 80.68 | 132.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 195 | 98 | 0.04 | 0 | 0.50 | 0.24 | 64.33 | 0.45 | 0.57 |
| Hex | BC | C3 | 62 | 4 | 0 | 32 | 18 | 40 | 2D | 39 |
| Octal | 274 | 303 | 142 | 4 | 0 | 62 | 30 | 100 | 55 | 71 |
| Binary | 10111100 | 11000011 | 1100010 | 100 | 0 | 110010 | 11000 | 1000000 | 101101 | 111001 |
Color Harmonies of #BCC362
Complementary color
Monochromatic Colors of #BCC362
Black with #BCC362
Text Example
Text Example
White with #BCC362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC362; }
p { color: rgb(188,195,98); }
H1.HeaderClassName
{
color: #BCC362;
}
.AnyTagClassName
{
color: #BCC362;
}
</style>
background-color css
<style>
a { background-color: #BCC362; }
a { background-color: rgb(188,195,98); }
div.DivClassName
{
background-color: #BCC362;
}
.BgClassName
{
background-color: #BCC362;
}
</style>
border-color css
<style>
span { border-color: #BCC362; }
span { border-color: rgb(188,195,98); }
td.TdClassName
{
border-color: #BCC362;
}
.TagClassName
{
border-color: #BCC362;
}
</style>