Shades of Wild Willow #BCCB62
Tints of Wild Willow #BCCB62
RGB
CMYK
RGB Variations
Color information
#BCCB62 (or 0xBCCB62) is known color: Wild Willow. HEX triplet: BC, CB and 62. RGB value is (188,203,98). Sum of RGB (Red+Green+Blue) = 188+203+98=489 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.45% from 489); Green value is 203 (79.69% from 255 or 41.51% from 489); Blue value is 98 (38.67% from 255 or 20.04% from 489); Max value from RGB is 203 - color contains mainly: green. Hex color #BCCB62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCCB62 is #43349D. Grayscale: #BABABA. Windows color (decimal): -4404382 or 6474684. OLE color: 6474684.
HSL color Cylindrical-coordinate representation of color #BCCB62: hue angle of 68.57º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BCCB62 is Cyan = 0.07, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 203 | 98 | - |
| CMYK | 0.07 | 0 | 0.52 | 0.20 |
| HSL | 68.57º | 0.5% | 0.59% | - |
| HSV(B) | 68.57º | 0.52% | 0.8% | - |
| XYZ | 44.3 | 54.29 | 19.7 | - |
| YUV | 186.55 | 78.03 | 129.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 203 | 98 | 0.07 | 0 | 0.52 | 0.20 | 68.57 | 0.5 | 0.59 |
| Hex | BC | CB | 62 | 7 | 0 | 34 | 14 | 45 | 32 | 3B |
| Octal | 274 | 313 | 142 | 7 | 0 | 64 | 24 | 105 | 62 | 73 |
| Binary | 10111100 | 11001011 | 1100010 | 111 | 0 | 110100 | 10100 | 1000101 | 110010 | 111011 |
Color Harmonies of #BCCB62
Complementary color
Monochromatic Colors of #BCCB62
Black with #BCCB62
Text Example
Text Example
White with #BCCB62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCB62; }
p { color: rgb(188,203,98); }
H1.HeaderClassName
{
color: #BCCB62;
}
.AnyTagClassName
{
color: #BCCB62;
}
</style>
background-color css
<style>
a { background-color: #BCCB62; }
a { background-color: rgb(188,203,98); }
div.DivClassName
{
background-color: #BCCB62;
}
.BgClassName
{
background-color: #BCCB62;
}
</style>
border-color css
<style>
span { border-color: #BCCB62; }
span { border-color: rgb(188,203,98); }
td.TdClassName
{
border-color: #BCCB62;
}
.TagClassName
{
border-color: #BCCB62;
}
</style>