Shades of Wild Willow #BCCC55
Tints of Wild Willow #BCCC55
RGB
CMYK
RGB Variations
Color information
#BCCC55 (or 0xBCCC55) is known color: Wild Willow. HEX triplet: BC, CC and 55. RGB value is (188,204,85). Sum of RGB (Red+Green+Blue) = 188+204+85=477 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.41% from 477); Green value is 204 (80.08% from 255 or 42.77% from 477); Blue value is 85 (33.59% from 255 or 17.82% from 477); Max value from RGB is 204 - color contains mainly: green. Hex color #BCCC55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCCC55 is #4333AA. Grayscale: #BABABA. Windows color (decimal): -4404139 or 5622972. OLE color: 5622972.
HSL color Cylindrical-coordinate representation of color #BCCC55: hue angle of 68.07º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BCCC55 is Cyan = 0.08, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 188 | 204 | 85 | - |
| CMYK | 0.08 | 0 | 0.58 | 0.2 |
| HSL | 68.07º | 0.54% | 0.57% | - |
| HSV(B) | 68.07º | 0.58% | 0.8% | - |
| XYZ | 43.97 | 54.53 | 16.8 | - |
| YUV | 185.65 | 71.2 | 129.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 204 | 85 | 0.08 | 0 | 0.58 | 0.2 | 68.07 | 0.54 | 0.57 |
| Hex | BC | CC | 55 | 8 | 0 | 3A | 14 | 44 | 36 | 39 |
| Octal | 274 | 314 | 125 | 10 | 0 | 72 | 24 | 104 | 66 | 71 |
| Binary | 10111100 | 11001100 | 1010101 | 1000 | 0 | 111010 | 10100 | 1000100 | 110110 | 111001 |
Color Harmonies of #BCCC55
Complementary color
Monochromatic Colors of #BCCC55
Black with #BCCC55
Text Example
Text Example
White with #BCCC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCC55; }
p { color: rgb(188,204,85); }
H1.HeaderClassName
{
color: #BCCC55;
}
.AnyTagClassName
{
color: #BCCC55;
}
</style>
background-color css
<style>
a { background-color: #BCCC55; }
a { background-color: rgb(188,204,85); }
div.DivClassName
{
background-color: #BCCC55;
}
.BgClassName
{
background-color: #BCCC55;
}
</style>
border-color css
<style>
span { border-color: #BCCC55; }
span { border-color: rgb(188,204,85); }
td.TdClassName
{
border-color: #BCCC55;
}
.TagClassName
{
border-color: #BCCC55;
}
</style>