Shades of Wild Willow #BCC962
Tints of Wild Willow #BCC962
RGB
CMYK
RGB Variations
Color information
#BCC962 (or 0xBCC962) is known color: Wild Willow. HEX triplet: BC, C9 and 62. RGB value is (188,201,98). Sum of RGB (Red+Green+Blue) = 188+201+98=487 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.60% from 487); Green value is 201 (78.91% from 255 or 41.27% from 487); Blue value is 98 (38.67% from 255 or 20.12% from 487); Max value from RGB is 201 - color contains mainly: green. Hex color #BCC962 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC962 is #43369D. Grayscale: #B9B9B9. Windows color (decimal): -4404894 or 6474172. OLE color: 6474172.
HSL color Cylindrical-coordinate representation of color #BCC962: hue angle of 67.57º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BCC962 is Cyan = 0.06, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 201 | 98 | - |
| CMYK | 0.06 | 0 | 0.51 | 0.21 |
| HSL | 67.57º | 0.49% | 0.59% | - |
| HSV(B) | 67.57º | 0.51% | 0.79% | - |
| XYZ | 43.83 | 53.35 | 19.54 | - |
| YUV | 185.37 | 78.69 | 129.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 201 | 98 | 0.06 | 0 | 0.51 | 0.21 | 67.57 | 0.49 | 0.59 |
| Hex | BC | C9 | 62 | 6 | 0 | 33 | 15 | 44 | 31 | 3B |
| Octal | 274 | 311 | 142 | 6 | 0 | 63 | 25 | 104 | 61 | 73 |
| Binary | 10111100 | 11001001 | 1100010 | 110 | 0 | 110011 | 10101 | 1000100 | 110001 | 111011 |
Color Harmonies of #BCC962
Complementary color
Monochromatic Colors of #BCC962
Black with #BCC962
Text Example
Text Example
White with #BCC962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC962; }
p { color: rgb(188,201,98); }
H1.HeaderClassName
{
color: #BCC962;
}
.AnyTagClassName
{
color: #BCC962;
}
</style>
background-color css
<style>
a { background-color: #BCC962; }
a { background-color: rgb(188,201,98); }
div.DivClassName
{
background-color: #BCC962;
}
.BgClassName
{
background-color: #BCC962;
}
</style>
border-color css
<style>
span { border-color: #BCC962; }
span { border-color: rgb(188,201,98); }
td.TdClassName
{
border-color: #BCC962;
}
.TagClassName
{
border-color: #BCC962;
}
</style>