Shades of Wild Willow #BCCC59
Tints of Wild Willow #BCCC59
RGB
CMYK
RGB Variations
Color information
#BCCC59 (or 0xBCCC59) is known color: Wild Willow. HEX triplet: BC, CC and 59. RGB value is (188,204,89). Sum of RGB (Red+Green+Blue) = 188+204+89=481 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.09% from 481); Green value is 204 (80.08% from 255 or 42.41% from 481); Blue value is 89 (35.16% from 255 or 18.50% from 481); Max value from RGB is 204 - color contains mainly: green. Hex color #BCCC59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCCC59 is #4333A6. Grayscale: #BABABA. Windows color (decimal): -4404135 or 5885116. OLE color: 5885116.
HSL color Cylindrical-coordinate representation of color #BCCC59: hue angle of 68.35º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BCCC59 is Cyan = 0.08, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 188 | 204 | 89 | - |
| CMYK | 0.08 | 0 | 0.56 | 0.2 |
| HSL | 68.35º | 0.53% | 0.57% | - |
| HSV(B) | 68.35º | 0.56% | 0.8% | - |
| XYZ | 44.14 | 54.6 | 17.66 | - |
| YUV | 186.11 | 73.2 | 129.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 204 | 89 | 0.08 | 0 | 0.56 | 0.2 | 68.35 | 0.53 | 0.57 |
| Hex | BC | CC | 59 | 8 | 0 | 38 | 14 | 44 | 35 | 39 |
| Octal | 274 | 314 | 131 | 10 | 0 | 70 | 24 | 104 | 65 | 71 |
| Binary | 10111100 | 11001100 | 1011001 | 1000 | 0 | 111000 | 10100 | 1000100 | 110101 | 111001 |
Color Harmonies of #BCCC59
Complementary color
Monochromatic Colors of #BCCC59
Black with #BCCC59
Text Example
Text Example
White with #BCCC59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCC59; }
p { color: rgb(188,204,89); }
H1.HeaderClassName
{
color: #BCCC59;
}
.AnyTagClassName
{
color: #BCCC59;
}
</style>
background-color css
<style>
a { background-color: #BCCC59; }
a { background-color: rgb(188,204,89); }
div.DivClassName
{
background-color: #BCCC59;
}
.BgClassName
{
background-color: #BCCC59;
}
</style>
border-color css
<style>
span { border-color: #BCCC59; }
span { border-color: rgb(188,204,89); }
td.TdClassName
{
border-color: #BCCC59;
}
.TagClassName
{
border-color: #BCCC59;
}
</style>